-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.55 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
{
"name": "rnbo-runner-panel",
"version": "2.1.1-beta.0",
"private": true,
"engines": {
"node": ">=20 <21"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepackage-debian": "npm run build",
"package-debian": "node scripts/package-debian.mjs",
"preversion": "next lint"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@mantine/core": "^7.10.2",
"@mantine/dropzone": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@mantine/modals": "^7.10.2",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@types/websocket": "^1.0.2",
"immutable": "^4.0.0-rc.12",
"js-base64": "^3.7.7",
"lodash.throttle": "^4.1.1",
"next": "^13.5.3",
"osc": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.4",
"reactflow": "^11.9.4",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"reselect": "^5.1.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/js-base64": "^3.3.1",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^20.6.1",
"@types/react": "^18.2.0",
"@types/react-fontawesome": "^1.6.5",
"@types/styled-components": "^5.1.14",
"@types/uuid": "^9.0.5",
"eslint": "^8.50.0",
"eslint-config-c74-ts": "^3.0.0",
"eslint-config-next": "^13.5.3",
"fs-extra": "^10.0.0",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.2.2"
},
"browser": {
"child_process": false
}
}