forked from kevinwang04/order-class-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 952 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.0",
"description": "a room order system",
"main": "gulpfile.js",
"dependencies": {
"amazeui-react": "^1.2.2",
"events": "^1.1.1",
"flux": "^2.0.3",
"material-ui": "^0.15.4",
"object-assign": "4.1.0",
"react": "^15.0.1",
"react-addons-update": "^15.3.1",
"react-bootstrap": "^0.30.5",
"react-router": "^0.13.3"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"del": "^2.2.0",
"envify": "^1.2.1",
"es6-promise": "^1.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-livereload": "^3.8.1",
"gulp-uglify": "^2.0.0",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"watch": "gulp watch",
"min": "gulp min"
},
"author": "kevinwang",
"license": "MIT"
}