forked from velocity-360/fs360
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.92 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
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "fs360",
"version": "0.0.0",
"private": true,
"scripts": {
"postinstall": "npm run build",
"start": "node ./bin/www",
"test": "jest",
"test:watch": "npm run test -- --watch",
"build": "NODE_ENV=production webpack && gulp prod"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
},
"dependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"bluebird": "^3.3.4",
"body-parser": "~1.13.2",
"cheerio": "^0.20.0",
"client-sessions": "^0.7.0",
"compression": "^1.6.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.1",
"firebase": "^3.6.4",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-6to5": "^3.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"hjs": "~0.0.6",
"hogan-middleware": "^0.1.0",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^7.2.1",
"moment": "^2.13.0",
"mongoose": "^4.4.10",
"morgan": "~1.6.1",
"node-jsx": "^0.13.3",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-bootstrap": "^0.28.5",
"react-dom": "^15.1.0",
"react-dropzone": "^3.4.0",
"react-loader": "^2.2.0",
"react-redux": "^4.4.1",
"react-router": "^3.0.0",
"react-time": "^4.0.2",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1",
"sendgrid": "^2.0.0",
"serve-favicon": "~2.3.0",
"stripe": "^4.5.0",
"superagent": "^1.8.3",
"webpack": "^1.12.14"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-polyfill": "^6.23.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.0",
"enzyme": "^2.3.0",
"jest": "^19.0.2",
"jsdom": "^9.2.1",
"mocha": "^2.5.3"
}
}