-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "sayurbox",
"version": "0.0.1",
"dependencies": {
"babelify": "^7.2.0",
"compass": "^0.1.1",
"gulp-babel": "^6.1.2",
"jquery": "^2.1.4",
"react": "^0.14.8",
"react-addons-css-transition-group": "^15.0.2",
"react-addons-pure-render-mixin": "^15.2.1",
"react-addons-update": "^15.1.0",
"react-dom": "^0.14.8",
"react-gcaptcha": "^3.0.1",
"react-materialize": "^0.14.3",
"react-router": "^2.3.0",
"reflux": "~0.2.7",
"ruby": "^0.6.1",
"update": "^0.4.2",
"vinyl-buffer": "^1.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "~7.2.0",
"browserify": "13.0.1",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~1.0.0",
"gulp-bower": "0.0.6",
"gulp-compass": "2.0.4",
"gulp-connect-multi": "~1.0.8",
"gulp-if": "~1.2.5",
"gulp-jshint": "^1.8.6",
"gulp-load-plugins": "~0.6.0",
"gulp-minify-css": "~1.1.0",
"gulp-rimraf": "~0.1.0",
"gulp-size": "~1.1.0",
"gulp-strip-debug": "1.0.2",
"gulp-uglify": "1.0.1",
"gulp-useref": "~1.0.1",
"gulp-util": "~3.0.1",
"jshint-stylish": "^0.4.0",
"vinyl-source-stream": "1.1.0",
"watchify": "~3.2.1",
"wiredep": "~1.8.5"
},
"engines": {
"node": ">=0.10.0"
}
}