-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 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
{
"name": "hackBULearn",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=dev DEBUG=express:* node ./bin/www",
"clean": "rimraf ./public/bundles",
"build:app": "webpack --progress -w --config ./app.webpack.config.js",
"build:dll": "webpack --progress --config ./dll.webpack.config.js",
"build": "npm run clean && npm run build:dll && npm run build:app",
"test": "mocha --timeout 10000"
},
"dependencies": {
"async": "^2.1.2",
"bcrypt": "^0.8.7",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-session": "^1.14.1",
"mongoose": "^4.7.1",
"morgan": "~1.6.1",
"serialize-error": "^2.1.0",
"serve-favicon": "~2.3.0",
"validate.js": "^0.11.1",
"validator": "^6.1.0"
},
"devDependencies": {
"autoprefixer": "^6.5.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"bem-class": "^0.6.1",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"classnames": "^2.2.5",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"lodash": "^4.16.4",
"mocha": "^3.2.0",
"moment": "^2.17.1",
"node-sass": "^3.10.1",
"postcss-loader": "^0.13.0",
"react": "^15.3.2",
"react-datepicker": "^0.39.0",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-youtube": "^7.3.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"rimraf": "^2.5.4",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"supertest": "^2.0.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
}
}