forked from milankinen/livereactload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 892 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
{
"name": "livereactload-build-systems-example",
"version": "2.0.0",
"author": "Matti Lankinen <[email protected]> (https://github.com/milankinen)",
"license": "MIT",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babelify": "7.2.0",
"browserify": "11.2.0",
"envify": "3.4.0",
"express": "4.13.3",
"react": "0.13.3"
},
"devDependencies": {
"babel-plugin-react-transform": "2.0.0-beta1",
"grunt": "0.4.5",
"grunt-browserify": "4.0.1",
"grunt-concurrent": "2.0.3",
"grunt-nodemon": "0.4.0",
"gulp": "3.9.0",
"gulp-nodemon": "2.0.4",
"gulp-util": "3.0.6",
"livereactload": "latest",
"nodemon": "1.7.0",
"react-proxy": "1.1.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.4.0"
}
}