-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.29 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "gateway_react_ui",
"version": "2.5.0",
"description": "",
"main": "./dist/index.html",
"dependencies": {
"circular-buffer": "~1.0.2",
"color": "~0.9.0",
"flux": "~2.1.1",
"fluxxor": "~1.6",
"random-js": "~1.0.6",
"socket.io-client": "^2.1.1",
"react": "~0.14.0",
"react-addons-css-transition-group": "~0.14.0",
"react-color-picker": "~2.1.9",
"react-cookie": "~0.4.3",
"react-dom": "~0.14.0",
"react-tap-event-plugin": "^0.2.1",
"semantic-ui-transition": "~1.12.2"
},
"devDependencies": {
"browserify": "~12.0.1",
"babelify": "~7.1.0",
"better-console": "~0.2.4",
"gulp": "^3.9.0",
"gulp-less": "~3.0.1",
"gulp-livereload": "~3.8.1",
"gulp-notify": "~2.2.0",
"gulp-rename": "~1.2.2",
"gulp-streamify": "~1.0.2",
"gulp-uglify": "~1.4.2",
"gulp-webserver": "~0.9.1",
"node-lessify": "~0.1.1",
"reactify": "~1.1.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"server": "gulp server",
"debug-server": "node --nolazy --inspect-brk=5858 node_modules/.bin/gulp server"
},
"author": "Silicon Labs",
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
]
]
}
}