-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 954 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
35
36
37
38
39
{
"name": "reactbro",
"version": "0.0.1",
"description": "React starter",
"main": "gulp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"prod": "gulp prod"
},
"repository": "https://github.com/ioRekz/reactbro",
"author": "",
"license": "ISC",
"devDependencies": {
"browserify": "^5.9.1",
"debowerify": "^0.8.1",
"es6ify": "^1.3.0",
"gulp": "~3.8.7",
"gulp-if": "~1.2.4",
"gulp-notify": "^1.4.2",
"gulp-plumber": "~0.6.4",
"gulp-react": "~0.5.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "~0.3.1",
"gulp-util": "^3.0.0",
"gulp-webserver": "^0.6.0",
"reactify": "^0.14.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.0"
},
"dependencies": {
"entities": "^1.1.1",
"immutable": "2.0.11",
"lodash": "^2.4.1",
"react": "^0.11.1",
"react-bootstrap": "0.11.1",
"react-treeview": "0.3.4"
}
}