-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "react-demo",
"private": true,
"dependencies": {
"@nib-components/react-form": "^0.1.3",
"@nib-components/react-sass-grid-support": "^0.1.0",
"@nib-styles/sass-grid": "^0.3.0",
"@nib-styles/v2-typography": "^2.2.0",
"cianca": "^1.1.0",
"classnames": "^2.2.0",
"normalize.css": "^3.0.3",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"redux": "^3.0.3",
"redux-form": "^2.4.5",
"redux-thunk": "^1.0.0",
"the-other-redux-form": "^0.0.10"
},
"devDependencies": {
"autoprefixer": "^6.0.2",
"babel-core": "^6.1.21",
"babel-plugin-transform-object-rest-spread": "^6.0.14",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"browserify-incremental": "^3.0.1",
"browserify-istanbul": "^0.2.1",
"chai": "^3.4.1",
"del": "^2.0.1",
"envify": "^3.4.0",
"eslint-config-jameslnewell": "^0.3.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-eslint": "^1.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-istanbul": "^0.10.2",
"gulp-minify-css": "^1.1.1",
"gulp-mocha": "^2.2.0",
"gulp-rev-all": "^0.8.21",
"gulp-rev-napkin": "git+https://github.com/mbbender/gulp-rev-napkin.git",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"isparta": "^4.0.0",
"jsx-chai": "^1.1.1",
"imagemin-pngquant": "^4.1.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"mocha-bamboo-reporter": "^1.1.0",
"react-testutils-query": "^0.1.1",
"react-testutils-render": "^0.1.1",
"readdir": "^0.0.13",
"run-sequence": "^1.1.0",
"sass-composer": "2.0.0-beta12",
"superstatic": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
},
"browserify": {
"transform": [["babelify"]]
},
"scripts": {
"build": "gulp all",
"start": "superstatic dist"
}
}