-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.4 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.4 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
{
"name": "iobroker-admin-component-backitup",
"private": true,
"version": "9.0.17",
"type": "module",
"scripts": {
"start": "vite --port 4173",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint -c eslint.config.mjs",
"npm": "npm i -f"
},
"devDependencies": {
"@iobroker/adapter-react-v5": "8.0.13",
"@iobroker/json-config": "8.0.6",
"@module-federation/runtime": "^0.21.4",
"@module-federation/vite": "^1.9.0",
"@mui/icons-material": "^6.5.0",
"@mui/material": "^6.5.0",
"@mui/x-date-pickers": "^7.29.4",
"@types/leaflet": "^1.9.21",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^5.1.1",
"date-fns": "^4.1.0",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"react-refresh": "^0.18.0",
"vite": "7.2.2",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.0.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}