forked from Granze/react-starterify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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
{
"name": "react-starterify",
"version": "0.0.9",
"description": "React JS application skeleton using Browserify and other awesome tools",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/Granze/react-starterify"
},
"keywords": [
"gulp",
"react",
"browserify",
"seed",
"boilerplate",
"kickstarter",
"ES6",
"6to5",
"babel"
],
"author": "Maurizio Mangione",
"license": "MIT",
"bugs": {
"url": "https://github.com/Granze/react-starterify/issues"
},
"homepage": "https://github.com/Granze/react-starterify",
"dependencies": {
"react": "^0.13.0",
"superagent": "^1.0.0"
},
"devDependencies": {
"babelify": "^5.0.4",
"browser-sync": "^2.2.3",
"browserify": "^9.0.3",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "2.1.0",
"gulp-changed": "^1.2.1",
"gulp-csso": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
}
}