-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "es6-generators-visualized",
"version": "0.1.0",
"private": true,
"engines": {
"node": "4.x"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.2.2",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"basscss-sass": "^3.0.0",
"browserify": "^12.0.1",
"classnames": "^2.2.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jsonminify": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1",
"gulp-watch": "^4.3.5",
"history": "^1.13.1",
"lodash": "^3.10.1",
"react": "^0.14.3",
"react-addons-pure-render-mixin": "^0.14.3",
"react-dom": "^0.14.3",
"react-mixin": "^3.0.3",
"react-router": "^1.0.0",
"react-timer-mixin": "^0.13.2",
"reqwest": "^2.0.4",
"standard": "^5.4.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "gulp dev",
"test": "standard",
"deploy": "gulp deploy"
}
}