-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 939 Bytes
/
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
{
"name": "es6-boilerplate",
"version": "0.0.1",
"description": "React experiments",
"author": "Marco Dell'Anna <marco@plasm.it>",
"homepage": "https://github.com/plasm/react-experiments",
"repository": "plasm/react-experiments",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babelify": "^6.3.0",
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"eslint": "^1.7.1",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-react": "^3.6.2",
"eslint-plugin-standard": "^1.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.7",
"lodash": "^3.10.1",
"rimraf": "^2.4.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0",
"whatwg-fetch": "^0.10.0"
}
}