-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.3 KB
/
package.json
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
{
"name": "@iobroker/vis-2-widgets-react-dev",
"version": "4.0.4",
"description": "React classes to develop admin interfaces for ioBroker with react.",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"scripts": {
"prepublishOnly": "echo \"Error: publish from dist directory and write gulp\" && exit 1",
"build": "node tasks",
"release": "release-script",
"release-patch": "release-script patch --yes --no-update-lockfile",
"release-minor": "release-script minor --yes --no-update-lockfile",
"release-major": "release-script major --yes --no-update-lockfile",
"update-packages": "ncu --upgrade",
"npm": "npm install -f",
"tsc": "tsc -p tsconfig.build.json",
"0-clean": "node tasks --clean",
"1-copy": "node tasks --copy",
"2-compile": "node tasks --compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.vis-2-widgets-react-dev.git"
},
"publishConfig": {
"access": "public"
},
"module": "./index.js",
"keywords": [
"iobroker",
"adapter",
"iot"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.vis-2-widgets-react-dev/issues"
},
"homepage": "https://github.com/ioBroker/ioBroker.vis-2-widgets-react-dev#readme",
"dependencies": {
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@sentry/browser": "^8.40.0",
"node-dir": "^0.1.17",
"acorn": "^8.14.0",
"acorn-jsx": "^5.3.2",
"acorn-walk": "^8.3.4",
"acorn-jsx-walk": "^2.0.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@iobroker/build-tools": "^2.0.9",
"@iobroker/js-controller-common-db": "^6.0.11",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@iobroker/adapter-react-v5": "^7.4.1",
"@iobroker/types": "^6.0.11",
"@iobroker/types-vis-2": "^2.10.8",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"babel": "^6.23.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.7.2"
}
}