-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.22 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.22 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
{
"name": "js",
"version": "9.0.17",
"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.0.13",
"@iobroker/javascript-rules-dev": "^0.0.6",
"@iobroker/type-detector": "^4.6.2",
"@iobroker/types": "^7.0.7",
"@module-federation/runtime": "^0.22.0",
"@module-federation/vite": "^1.9.4",
"@mui/icons-material": "^6.5.0",
"@mui/material": "^6.5.0",
"@mui/x-date-pickers": "^7.29.4",
"@sentry/browser": "^10.22.0",
"@types/lodash": "^4.17.20",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/reactour": "^1.18.5",
"@vitejs/plugin-react": "^5.1.0",
"blockly": "^11.2.2",
"file-selector": "^2.1.2",
"monaco-editor": "~0.54.0",
"openai": "^5.23.2",
"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": "^14.3.8",
"react-fullscreen": "^0.1.0",
"react-i18next": "^16.2.1",
"react-icons": "5.4.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.93.2",
"suncalc2": "^1.8.1",
"vite": "7.1.12",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4"
},
"scripts": {
"start": "vite",
"lint": "eslint -c eslint.config.mjs",
"build": "tsc && vite build",
"preview": "vite preview --port 3000",
"tsc": "tsc -p tsconfig.json",
"npm": "npm i -f"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}