-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 942 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
37
38
39
{
"name": "order-class",
"version": "1.0",
"description": "a room order system",
"main": "gulpfile.js",
"dependencies": {
"amazeui-react": "^1.0.0-beta2",
"flux": "^2.0.3",
"jquery": "^2.1.4",
"material-ui": "^0.13.4",
"object-assign": "2.0.0",
"react": "^0.14.0",
"react-bootstrap": "^0.28.1",
"react-router": "^0.13.3",
"superagent": "0.21.0",
"superagent-jsonp": "0.0.6"
},
"devDependencies": {
"del": "^2.2.0",
"envify": "^1.2.1",
"es6-promise": "^1.0.0",
"gulp": "^3.8.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.2",
"gulp-open": "~0.3.2",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"reactify": "1.1.1"
},
"scripts": {
"watch": "gulp watch"
},
"author": "kevinwang",
"license": "MIT"
}