-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.27 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "simulation",
"version": "0.1.0",
"private": true,
"dependencies": {
"@flatten-js/core": "^1.2.24",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@martin_hotell/rex-tils": "^2.1.1",
"@material-ui/core": "^4.11.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.23",
"@types/node": "^12.20.15",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"color": "^3.1.3",
"cross-env": "^7.0.3",
"immer": "^9.0.3",
"konva": "^8.0.4",
"lodash": "^4.17.21",
"node-sass": "^6.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hotkeys-hook": "^3.3.2",
"react-konva": "^17.0.2-4",
"react-scripts": "4.0.3",
"react-use": "^17.2.4",
"recoil": "^0.3.1",
"rpio": "^2.4.2",
"sabertooth-usb": "^1.5.1",
"typescript": "^4.3.2",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "npx eslint src/** --fix",
"electron:start": "concurrently -k \"cross-env BROWSER=none npm start\" \"wait-on http://localhost:3000 && electronmon --no-sandbox .\"",
"rebuild": "electron-rebuild"
},
"homepage": "./",
"main": "./public/electron.js",
"browserslist": {
"production": [
"last 1 electron version"
],
"development": [
"last 1 electron version"
]
},
"devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.172",
"@types/rpio": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"concurrently": "^6.2.1",
"electron": "^13.5.1",
"electron-builder": "22.9.1",
"electron-rebuild": "^3.2.3",
"electronmon": "^2.0.2",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"wait-on": "^6.0.0"
}
}