-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
50 lines (50 loc) · 1.15 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": "reactreact-multi-step-form",
"version": "1.0.0",
"description": "A base for building a react app.",
"repository": {
"type": "git",
"url": "git://github.com/tommymarshall/reactreact-multi-step-form.git"
},
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
]
]
},
"browserify-shim": {
"Modernizr": "global:Modernizr"
},
"devDependencies": {
"browser-sync": "^1.8.1",
"browserify": "^7.0.3",
"browserify-shim": "^3.8.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^1.1.0",
"gulp-filesize": "0.0.6",
"gulp-imagemin": "^2.0.0",
"gulp-minify-css": "^0.3.12",
"gulp-notify": "^2.1.0",
"gulp-sass": "^1.2.4",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"pretty-hrtime": "^0.2.2",
"require-dir": "^0.1.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
},
"dependencies": {
"flux": "^2.0.1",
"immutable": "^3.4.1",
"object-assign": "^2.0.0",
"react": "^0.12.2",
"react-tools": "^0.12.2",
"reactify": "^0.17.1"
}
}