-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
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
{
"name": "reactInit",
"version": "1.0.0",
"description": "React development boilerplate",
"main": "index.html",
"scripts": {
"start": "gulp",
"build": "gulp-prod",
"clean": "rm -rf build"
},
"keywords": [
"react"
],
"author": "Angky William",
"license": "ISC",
"dependencies": {
"express": "^4.13.3",
"flux": "^2.1.1",
"jquery": "^2.1.4",
"react": "^0.14.1",
"react-dom": "^0.14.1"
},
"devDependencies": {
"babelify": "^7.1.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-html-replace": "^1.5.4",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-notify": "^2.2.0",
"gulp-react": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"livereload": "^0.4.0",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
}
}