-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (@GermanBluefox) Project was completely rewritten with TypeScript - (@GermanBluefox) Better mobile layouts added
- Loading branch information
1 parent
179df7d
commit 0b05d53
Showing
11 changed files
with
301 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
admin/assets/index-DDrMdFmh.js → admin/assets/index-B3QyvjYD.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
admin/chart/assets/index-eg0Cycky.js → admin/chart/assets/index-CEGXPVnF.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,87 @@ | ||
{ | ||
"name": "iobroker.echarts", | ||
"version": "1.9.5", | ||
"description": "Build useful charts in ioBroker", | ||
"author": { | ||
"name": "bluefox", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/ioBroker/ioBroker.echarts", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"charts", | ||
"diagram", | ||
"ioBroker" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ioBroker/ioBroker.echarts" | ||
}, | ||
"optionalDependencies": { | ||
"canvas": "^2.11.2", | ||
"echarts": "^5.6.0", | ||
"jsdom": "^25.0.1" | ||
}, | ||
"dependencies": { | ||
"moment": "^2.30.1", | ||
"@iobroker/adapter-core": "^3.2.3" | ||
}, | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^3.8.0", | ||
"@alcalzone/release-script-plugin-iobroker": "^3.7.2", | ||
"@alcalzone/release-script-plugin-license": "^3.7.0", | ||
"@iobroker/adapter-react-v5": "^7.4.10", | ||
"@iobroker/build-tools": "^2.0.14", | ||
"@iobroker/eslint-config": "^1.0.0", | ||
"@iobroker/legacy-testing": "^2.0.1", | ||
"@iobroker/testing": "^5.0.0", | ||
"@iobroker/vis-2-widgets-react-dev": "^4.0.4", | ||
"@mui/icons-material": "^6.3.0", | ||
"@mui/material": "^6.3.0", | ||
"@types/jsdom": "^21.1.7", | ||
"@types/react": "^18.3.18", | ||
"@types/react-dom": "^18.3.5", | ||
"axios": "^1.7.9", | ||
"chai": "^4.5.0", | ||
"colorette": "^2.0.20", | ||
"mocha": "^11.0.1", | ||
"puppeteer": "^23.11.1", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
}, | ||
"main": "build-backend/main.js", | ||
"files": [ | ||
"admin/", | ||
"img/", | ||
"widgets/", | ||
"www/", | ||
"io-package.json", | ||
"LICENSE", | ||
"build-backend/" | ||
], | ||
"scripts": { | ||
"test:package": "mocha test/package --exit", | ||
"test:gui": "mocha ./test/*.gui.js --exit", | ||
"test": "npm run test:package", | ||
"prepublishOnly": "npm run build", | ||
"tsc": "tsc -p tsconfig.build.json", | ||
"build": "npm run build:widgets && npm run build:chart && npm run build:preview && npm run build:edit && npm run tsc", | ||
"build:widgets": "node tasksWidgets", | ||
"build:chart": "node tasksChart", | ||
"build:preview": "node tasksPreview", | ||
"build:edit": "node tasksEdit.js", | ||
"release": "release-script", | ||
"release-patch": "release-script patch --yes", | ||
"release-minor": "release-script minor --yes", | ||
"release-major": "release-script major --yes", | ||
"update-packages": "npx -y npm-check-updates --upgrade && cd src && npx -y npm-check-updates --upgrade && cd ../src-chart && npx -y npm-check-updates --upgrade && cd ../src-preview && npx -y npm-check-updates --upgrade && cd ../src-widgets && npx -y npm-check-updates --upgrade", | ||
"npm": "npm i && cd src && npm i -f && cd ../src-chart && npm i -f && cd ../src-preview && npm i -f && cd ../src-widgets && npm i -f" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ioBroker/ioBroker.echarts/issues" | ||
}, | ||
"readmeFilename": "README.md" | ||
"name": "iobroker.echarts", | ||
"version": "2.0.0", | ||
"description": "Build useful charts in ioBroker", | ||
"author": { | ||
"name": "bluefox", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/ioBroker/ioBroker.echarts", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"charts", | ||
"diagram", | ||
"ioBroker" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ioBroker/ioBroker.echarts" | ||
}, | ||
"optionalDependencies": { | ||
"canvas": "^2.11.2", | ||
"echarts": "^5.6.0", | ||
"jsdom": "^25.0.1" | ||
}, | ||
"dependencies": { | ||
"moment": "^2.30.1", | ||
"@iobroker/adapter-core": "^3.2.3" | ||
}, | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^3.8.0", | ||
"@alcalzone/release-script-plugin-iobroker": "^3.7.2", | ||
"@alcalzone/release-script-plugin-license": "^3.7.0", | ||
"@iobroker/adapter-react-v5": "^7.4.10", | ||
"@iobroker/build-tools": "^2.0.14", | ||
"@iobroker/eslint-config": "^1.0.0", | ||
"@iobroker/legacy-testing": "^2.0.1", | ||
"@iobroker/testing": "^5.0.0", | ||
"@iobroker/vis-2-widgets-react-dev": "^4.0.4", | ||
"@mui/icons-material": "^6.3.0", | ||
"@mui/material": "^6.3.0", | ||
"@types/jsdom": "^21.1.7", | ||
"@types/react": "^18.3.18", | ||
"@types/react-dom": "^18.3.5", | ||
"axios": "^1.7.9", | ||
"chai": "^4.5.0", | ||
"colorette": "^2.0.20", | ||
"mocha": "^11.0.1", | ||
"puppeteer": "^23.11.1", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
}, | ||
"main": "build-backend/main.js", | ||
"files": [ | ||
"admin/", | ||
"img/", | ||
"widgets/", | ||
"www/", | ||
"io-package.json", | ||
"LICENSE", | ||
"build-backend/" | ||
], | ||
"scripts": { | ||
"test:package": "mocha test/package --exit", | ||
"test:gui": "mocha ./test/*.gui.js --exit", | ||
"test": "npm run test:package", | ||
"prepublishOnly": "npm run build", | ||
"tsc": "tsc -p tsconfig.build.json", | ||
"build": "npm run build:widgets && npm run build:chart && npm run build:preview && npm run build:edit && npm run tsc", | ||
"build:widgets": "node tasksWidgets", | ||
"build:chart": "node tasksChart", | ||
"build:preview": "node tasksPreview", | ||
"build:edit": "node tasksEdit.js", | ||
"release": "release-script", | ||
"release-patch": "release-script patch --yes", | ||
"release-minor": "release-script minor --yes", | ||
"release-major": "release-script major --yes", | ||
"update-packages": "npx -y npm-check-updates --upgrade && cd src && npx -y npm-check-updates --upgrade && cd ../src-chart && npx -y npm-check-updates --upgrade && cd ../src-preview && npx -y npm-check-updates --upgrade && cd ../src-widgets && npx -y npm-check-updates --upgrade", | ||
"npm": "npm i && cd src && npm i -f && cd ../src-chart && npm i -f && cd ../src-preview && npm i -f && cd ../src-widgets && npm i -f" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ioBroker/ioBroker.echarts/issues" | ||
}, | ||
"readmeFilename": "README.md" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
www/preview/assets/index-C8f3dDos.js → www/preview/assets/index-CgqD6xas.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters