-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "mern",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001/",
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"css-loader": "^0.28.7",
"express": "^4.16.2",
"express-fileupload": "^0.3.0",
"express-session": "^1.15.6",
"foreman": "^2.0.0",
"google-map-react": "^0.25.0",
"js-cookie": "^2.2.0",
"marked": "^0.3.6",
"material-ui": "^1.0.0-beta.21",
"material-ui-icons": "^1.0.0-beta.17",
"mongoose": "^4.13.5",
"multer": "^1.3.0",
"nodemon": "^1.12.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-google-login": "^3.0.2",
"react-google-maps": "^9.2.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.5"
},
"scripts": {
"start": "webpack-dev-server -d --config webpack.config.js --content-base public/ --progress --colors",
"start-dev": "nf start -p 3000"
}
}