forked from AppSaloon/socket.io-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "_electronapp",
"version": "1.2.3",
"main": "app/index.js",
"license": "GPL-2.0",
"scripts": {
"dev": "bash .bin/dev.sh",
"build": "bash .bin/build.sh",
"electron-build": "bash .bin/electron-build.sh",
"server": "node ./socketTest/index.js",
"electron-builder": "bash .bin/builder.sh"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"codemirror": "^5.37.0",
"electron": "^3.0.11",
"electron-builder": "^20.38.3",
"express": "^4.16.3",
"node-sass": "^4.11.0",
"react": "^16.6.3",
"react-autosuggest": "^9.4.2",
"react-codemirror2": "^4.3.0",
"react-color": "^2.14.1",
"react-dom": "^16.6.3",
"react-inspector": "^2.3.1",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"watchify": "^3.11.0"
}
}