forked from elasticpath/account-linking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.11 KB
/
package.json
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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "chatbot-authentication",
"version": "0.0.1",
"private": true,
"dependencies": {
"appcache-webpack-plugin": "^1.4.0",
"babel-polyfill": "6.6.1",
"babel-runtime": "6.6.1",
"bluebird": "3.3.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"classnames": "2.2.3",
"jquery": "^3.4.1",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-ga": "^2.5.3",
"react-motion": "^0.4.4",
"react-onclickoutside": "^5.3.3",
"react-overlays": "^0.6.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-prop-types": "^1.0.4",
"react-routing": "0.0.7",
"react-scripts": "^1.1.4",
"workbox-webpack-plugin": "^3.6.3"
},
"scripts": {
"start": "webpack-dev-server --config=webpack/webpack.config.dev.js --mode development --host 0.0.0.0 --port 9000 --inline --watch --hot",
"start-prod": "webpack-dev-server --config=webpack/webpack.config.prod.js --port 9000 --mode production",
"build": "webpack --config=webpack/webpack.config.prod.js --mode production",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"compression-webpack-plugin": "^1.1.11",
"css-loader": "^0.28.11",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-header": "^1.2.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"less": "3.8.1",
"less-loader": "4.1.0",
"serviceworker-webpack-plugin": "^0.2.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.4",
"webpack-pwa-manifest": "^3.6.3"
}
}