-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 864 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
{
"name": "issue-multiple-react-perf",
"author": "Felipe Thome",
"dependencies": {},
"devDependencies": {
"babel-preset-react": "~6.1.2",
"babelify": "~7.2.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-connect": "~2.2.0",
"gulp-if": "^2.0.1",
"gulp-notify": "~2.2.0",
"gulp-streamify": "~1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "~3.0.7",
"http-server": "^0.9.0",
"jsx-loader": "^0.13.2",
"merge-stream": "^1.0.0",
"react": "^15.1.0",
"react-addons-perf": "^15.1.0",
"react-dom": "^15.1.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.6.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"browserify": "gulp",
"webpack": "webpack-dev-server --port 8889 --inline --content-base build/",
"webpack-build": "webpack"
}
}