-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.82 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
{
"name": "menuplanner",
"version": "0.0.1",
"description": "React Playground - our home menu",
"main": "dist/server/index.js",
"scripts": {
"start": "node ./dist/server/index.js",
"dist": "ENV=production node ./dist/server/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/chanoch/menuplanner.git"
},
"author": "chanoch",
"license": "ISC",
"dependencies": {
"@chanoch/chanoch-com-components": "0.1.4",
"async": "^2.6.0",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"compression": "^1.7.1",
"cookie-parser": "~1.4.3",
"debug": "~3.1.0",
"express": "~4.16.2",
"helmet": "^3.9.0",
"helmet-csp": "^2.7.0",
"history": "^4.7.2",
"mongodb": "^3.0.2",
"morgan": "~1.9.0",
"path-to-regexp": "^2.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-google-invisible-recaptcha": "^0.2.5",
"react-redux": "^5.0.7",
"react-scroll-up": "^1.3.3",
"redux": "^3.7.2",
"redux-devtools": "^3.4.1",
"serve-favicon": "~2.4.5",
"shortid": "^2.2.8"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^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-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"livereload": "^0.6.3",
"path": "^0.12.7",
"style-loader": "^0.20.1",
"webpack": "3.11.0",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-dev-server": "^2.11.1"
}
}