-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.54 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
55
56
57
58
59
60
61
{
"name": "Switch",
"description": "Debug online with Front-end",
"author": "L3've",
"version": "0.7.1",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/l3ve/Switch"
},
"keywords": [
"Electron",
"Switch",
"debug",
"font-end"
],
"bugs": {
"url": "https://github.com/l3ve/Switch/issues"
},
"scripts": {
"dev": "webpack --config webpack.config.js -w",
"pro": "bash ./script/build.sh",
"test": "node ./script/test.js",
"app": "./node_modules/.bin/electron .",
"build": "./node_modules/.bin/electron-rebuild"
},
"dependencies": {
"bufferhelper": "^0.2.1",
"css-animation": "^1.3.1",
"fetch": "^1.1.0",
"nedb": "^1.8.0",
"react": "^15.4.1",
"react-dom": "^15.4.1"
},
"devDependencies": {
"babel-core": "^6.20.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.9",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"csswring": "^5.1.0",
"electron": "^1.4.13",
"electron-prebuilt": "^1.4.13",
"electron-rebuild": "^1.4.0",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"file-loader": "^0.9.0",
"flow-bin": "^0.42.0",
"mocha": "^3.2.0",
"postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.2.1",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "2.1.0-beta.27"
}
}