-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.05 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
{
"private": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-preset-es2015": "~6.3.13",
"babel-preset-react": "~6.3.13",
"babelify": "~7.2.0",
"bower": "^1.7.2",
"browser-sync": "^2.11.1",
"browserify": "~13.0.0",
"es6-promise": "~3.0.2",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-browserify": "~0.5.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.3",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.1",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.1",
"jshint-stylish-source": "^1.0.5",
"main-bower-files": "^2.11.1",
"merge-stream": "^1.0.0",
"node-sass": "~3.4.2",
"vinyl-source-stream": "~1.1.0",
"yargs": "^3.32.0"
},
"dependencies": {
"object-assign": "^4.0.1",
"react": "~0.14.6",
"react-localstorage": "~0.2.8"
}
}