-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "snapshot",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack && gulp",
"postinstall": "npm run build",
"start": "node ./bin/www"
},
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bcryptjs": "^2.4.0",
"bluebird": "^3.4.7",
"body-parser": "~1.15.1",
"client-sessions": "^0.7.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"hjs": "~0.0.6",
"mongoose": "^4.7.6",
"morgan": "~1.7.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-dropzone": "^3.8.0",
"react-google-maps": "^4.11.0",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"serve-favicon": "~2.3.0",
"sha1": "^1.1.1",
"superagent": "^3.3.1",
"webpack": "^1.14.0"
}
}