-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.83 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
{
"name": "devices-admin",
"version": "1.1.5",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@iobroker/adapter-react-v5": "^8.2.13",
"@iobroker/json-config": "^8.4.11",
"@iobroker/type-detector": "^5.0.15",
"@iobroker/types": "^7.2.2",
"@module-federation/runtime": "^2.3.0",
"@module-federation/vite": "^1.13.5",
"@mui/icons-material": "^6.5.0",
"@mui/material": "^6.5.0",
"@sentry/browser": "^10.62.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^5.1.4",
"@xyflow/react": "^12.11.1",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-cropper": "^2.3.3",
"react-dom": "^18.3.1",
"react-icons": "5.6.0",
"react-image-crop": "^11.0.10",
"react-input-color": "^4.0.1",
"suncalc2": "^1.8.1",
"vite": "^7.3.2",
"vite-plugin-commonjs": "^0.10.4",
"vite-tsconfig-paths": "^6.1.1"
},
"scripts": {
"start": "vite --host",
"build": "vite build",
"lint": "eslint -c eslint.config.mjs",
"check-ts": "tsc --noEmit --checkJS false",
"tsc": "tsc --project tsconfig.json"
},
"homepage": ".",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/leaflet": "^1.9.21"
}
}