-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.58 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": "system-bridge-frontend",
"version": "0.0.0",
"description": "A bridge for your systems",
"private": true,
"type": "module",
"author": {
"name": "Aidan Timson <Timmo>",
"email": "[email protected]",
"url": "https://system-bridge.timmo.dev"
},
"keywords": [
"system",
"bridge"
],
"repository": {
"type": "git",
"url": "https://github.com/timmo001/system-bridge"
},
"license": "Apache-2.0",
"scripts": {
"build": "next build",
"lint": "next lint",
"start": "next start",
"dev": "next dev"
},
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@fontsource/roboto": "5.0.14",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@mui/styles": "5.16.7",
"@mui/x-data-grid": "7.12.0",
"axios": "1.7.3",
"clsx": "2.1.1",
"lodash": "4.17.21",
"moment": "2.30.1",
"next": "14.2.5",
"peerjs": "1.5.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-json-view": "1.21.3",
"react-player": "2.16.0",
"rect-scaler": "1.1.0",
"uuid": "10.0.0"
},
"devDependencies": {
"@types/lodash": "4.17.7",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"eslint": "9.8.0",
"eslint-config-next": "14.2.5",
"typescript": "5.5.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}