-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.09 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
{
"name": "reactify",
"version": "0.0.0",
"dependencies": {
"flux": "^2.0.1",
"gulp-sass": "^1.1.0",
"lodash": "^2.4.1",
"moment": "^2.8.3"
},
"devDependencies": {
"browserify-shim": "^3.8.0",
"del": "~0.1.3",
"gulp": "~3.8.8",
"gulp-autoprefixer": "~1.0.1",
"gulp-bower": "0.0.6",
"gulp-cache": "~0.2.4",
"gulp-imagemin": "~1.0.1",
"gulp-jade": "~0.8.0",
"gulp-jest": "~0.2.2",
"gulp-jshint": "~1.8.5",
"gulp-load-plugins": "~0.7.0",
"gulp-print": "^1.1.0",
"gulp-react": "~1.0.2",
"gulp-size": "~1.1.0",
"gulp-useref": "~0.4.4",
"gulp-util": "~3.0.1",
"gulp-webserver": "^0.8.3",
"jest": "~0.1.37",
"react": ">=0.12.0",
"reactify": ">0.15.0",
"vinyl-source-stream": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"browserify": {
"transform": [
"browserify-shim",
[
"reactify",
{
"es6": true
}
]
]
},
"browser": {
"jquery": "./app/bower_components/jquery/dist/jquery.js"
},
"browserify-shim": {
"jquery": "$"
}
}