-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.48 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.48 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
{
"name": "iobroker-admin-component-javascript",
"private": true,
"version": "9.2.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": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@iobroker/adapter-react-v5": "^8.2.6",
"@iobroker/json-config": "^8.4.3",
"@module-federation/runtime": "^2.2.3",
"@module-federation/vite": "^1.13.1",
"@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.28",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^5.2.0",
"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.3.1",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.1.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}