-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "8.1.1",
"npm": "5.0.3"
},
"scripts": {
"postinstall": "webpack",
"start": "node index.js",
"dev": "nodemon index.js & webpack --watch",
"webpack": "webpack --watch",
"pretty": "prettier-scripts-write --use-tabs --trailing-comma es5 --targets '**/*.js' && prettier-scripts-write --use-tabs --trailing-comma es5 --targets '**/*.jsx'"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.228.1",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"busboy": "^0.2.14",
"busboy-body-parser": "^0.3.2",
"cloudinary": "^1.11.0",
"connect-busboy": "0.0.2",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-namespace": "^0.1.1",
"fs": "0.0.1-security",
"lodash": "^4.17.10",
"map-icons": "^3.0.3",
"mongoose": "^5.0.15",
"nodemon": "^1.17.4",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-reveal": "^1.2.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.3.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"webpack": "^3.4.1"
},
"devDependencies": {
"prettier": "^1.12.1",
"prettier-eslint": "^8.8.1",
"prettier-eslint-cli": "^4.7.1",
"prettier-scripts": "^0.3.0"
}
}