-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 Bytes
/
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
{
"name": "cse-stats",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "gulp build"
},
"dependencies": {
"axios": "^0.15.2",
"babel": "^5.8.23",
"babel-loader": "^5.3.2",
"body-parser": "^1.14.1",
"css-loader": "^0.26.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"github-api": "^2.3.0",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.0.4",
"gulp-webpack": "^1.5.0",
"jquery": "^2.1.1",
"moment": "^2.17.0",
"morgan": "^1.6.1",
"nedb": "^1.8.0",
"react": "^15.0.0-rc.1",
"react-bootstrap-daterangepicker": "^3.2.2",
"react-dom": "^15.0.0-rc.1",
"react-router": "^3.0.0",
"react-select": "^1.0.0-rc.2",
"rimraf": "^2.4.3",
"semantic-ui-css": "^1.12.3",
"style-loader": "^0.13.1"
},
"devDependencies": {}
}