-
Notifications
You must be signed in to change notification settings - Fork 122
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": "8.9.2",
"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": {
"@module-federation/runtime": "^0.13.0",
"@module-federation/vite": "^1.2.7",
"vite": "6.3.4",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"@vitejs/plugin-react": "^4.4.1",
"@iobroker/adapter-react-v5": "7.6.14",
"@iobroker/json-config": "7.6.14",
"@mui/icons-material": "^6.4.11",
"@mui/material": "^6.4.11",
"@mui/x-date-pickers": "^8.1.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"date-fns": "^4.1.0",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"react-qr-code": "^2.0.15",
"react-refresh": "^0.17.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}