forked from service-bot/servicebot-checkout-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "servicebot-checkout-embed",
"version": "0.2.117",
"dependencies": {
"babel-plugin-add-module-exports": "^1.0.0",
"currency-symbol-map": "^4.0.4",
"lodash": "^4.17.5",
"object.values": "^1.0.4",
"pluginbot": "^0.2.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-google-login": "^3.2.1",
"react-hot-loader": "^4.0.1",
"react-number-format": "^3.4.2",
"react-redux": "^5.0.7",
"react-s-alert": "^1.4.1",
"react-scripts": "1.1.4",
"react-stripe-elements": "^1.6.0",
"react-tagsinput": "^3.19.0",
"react-tooltip": "^3.5.0",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"redux-form-validators": "^2.4.3",
"servicebot-base-form": "0.0.48"
},
"main": "./dist/index.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server",
"build": "./node_modules/.bin/webpack && ./node_modules/.bin/babel src --out-dir dist",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"ci-info": "^1.5.1",
"grunt": "^1.0.3",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^2.1.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"webpack": "^4.12.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.1"
}
}