-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
33 lines (33 loc) · 873 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
{
"name": "react-app-boilerplate",
"version": "2.2.2",
"description": "React application boilerplate",
"author": "Christian Alfoni",
"license": "ISC",
"devDependencies": {
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.1",
"gulp-jasmine2-phantomjs": "^0.2.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"phantomjs-prebuilt": "^2.1.7",
"react-dom": "^15.0.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"react": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-dom": "^15.0.2"
}
}