-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.89 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.89 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "light-knight",
"version": "0.1.1",
"private": true,
"author": {
"name": "Amir Reza Ghorbani",
"email": "arg7971@gmail.com",
"url": "https://github.com/arg1998"
},
"build": {
"appId": "com.app.light.knight",
"productName": "Light Knight",
"copyright": "Copyright © 2019 ${author}",
"win": {
"target": "NSIS"
},
"nsis": {
"perMachine" : true
}
},
"dependencies": {
"clone": "^2.1.2",
"cross-env": "^5.2.0",
"d3-scale": "^3.2.1",
"electron-is-dev": "^1.1.0",
"react": "^16.8.6",
"react-color": "^2.17.3",
"react-dom": "^16.8.6",
"react-draggable": "^3.3.0",
"react-redux": "^7.0.3",
"react-scripts": "3.0.1",
"redux": "^4.0.1",
"tinycolor2": "^1.4.1",
"tinygradient": "^1.0.0",
"wavesurfer.js": "2.2.1"
},
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
"test": "rescripts test",
"eject": "react-scripts eject",
"postinstall": "electron-builder install-app-deps",
"preelectron-pack": "yarn build",
"package": "build",
"install": "electron-rebuild",
"rebuild": "electron-rebuild -f -w serialport",
"electron-dev": "concurrently \"cross-env BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\""
},
"main": "public/electron.js",
"homepage": "./",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@rescripts/cli": "^0.0.10",
"@rescripts/rescript-env": "^0.0.10",
"concurrently": "^4.1.0",
"electron": "^5.0.2",
"electron-builder": "^20.41.0",
"electron-rebuild": "^1.8.5",
"typescript": "^3.4.5",
"wait-on": "^3.2.0"
}
}