-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.46 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.46 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "js",
"version": "9.1.1",
"private": true,
"type": "module",
"dependencies": {
"@blockly/field-colour": "^5.0.19",
"@blockly/field-multilineinput": "^5.0.17",
"@blockly/theme-dark": "^7.0.12",
"@devbookhq/splitter": "^1.4.2",
"@iobroker/adapter-react-v5": "^8.1.8",
"@iobroker/javascript-rules-dev": "^0.0.6",
"@iobroker/type-detector": "^5.0.11",
"@iobroker/types": "^7.1.2-alpha.0-20260409-feacb179d",
"@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",
"@sentry/browser": "^10.44.0",
"@types/lodash": "^4.17.24",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/reactour": "^1.18.5",
"@vitejs/plugin-react": "^5.2.0",
"blockly": "^12.5.1",
"file-selector": "^2.1.2",
"jszip": "^3.10.1",
"monaco-editor": "~0.55.1",
"openai": "^6.32.0",
"react": "^18.3.1",
"react-bem-helper": "^1.4.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-dropzone": "^15.0.0",
"react-fullscreen": "^0.1.0",
"react-i18next": "^16.5.8",
"react-icons": "5.6.0",
"react-json-view": "^1.21.3",
"react-monaco-editor": "^0.59.0",
"react-splitter-layout": "^4.0.0",
"react-text-mask": "^5.5.0",
"react-treeview-mui": "^0.1.2",
"reactour": "^1.19.4",
"sass": "^1.98.0",
"styled-components": "^6.3.12",
"suncalc2": "^1.8.1",
"vite": "7.3.1",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.1.1"
},
"scripts": {
"start": "vite",
"lint": "eslint -c eslint.config.mjs",
"build": "tsc && vite build",
"preview": "vite preview --port 3000",
"tsc": "tsc -p tsconfig.json",
"test": "vitest run",
"test:watch": "vitest",
"npm": "npm i -f"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"jsdom": "^29.0.1",
"vitest": "^4.1.0"
}
}