-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colors theme: update packages (#1684)
* update packages * update dist package
- Loading branch information
Showing
31 changed files
with
198 additions
and
191 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,51 @@ | ||
{ | ||
"name": "wbcolortheme21", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite --host", | ||
"build": "vue-tsc --noEmit && vite build --base=/openWB/web/themes/colors --outDir=../web --emptyOutDir", | ||
"build-old": "vue-tsc --noEmit && vite build --base=/openWB/web/themes/colors --outDir=../web --emptyOutDir", | ||
"build": "run-p type-check \"build-only {@}\" --", | ||
"preview": "vite preview --port 5050 --host", | ||
"typecheck": "vue-tsc --noEmit", | ||
"build-only": "vite build --base=/openWB/web/themes/colors --outDir=../web --emptyOutDir", | ||
"type-check": "vue-tsc --build --force", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"prettier-format": "prettier 'src/' --write" | ||
"format": "prettier 'src/' --write" | ||
}, | ||
"dependencies": { | ||
"@popperjs/core": "^2.11.8", | ||
"bootstrap": "^5.3.0", | ||
"d3": "^7.8.5", | ||
"mqtt": "^5.1.0", | ||
"bootstrap": "^5.3.3", | ||
"d3": "^7.9.0", | ||
"mqtt": "^5.7.2", | ||
"process": "^0.11.10", | ||
"swiper": "^10.1.0", | ||
"swiper": "^11.1.4", | ||
"vue": "^3.3.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/types": "^7.22.5", | ||
"@babel/types": "^7.24.7", | ||
"@esbuild-plugins/node-globals-polyfill": "^0.2.3", | ||
"@esbuild-plugins/node-modules-polyfill": "^0.2.2", | ||
"@rushstack/eslint-patch": "^1.3.2", | ||
"@types/bootstrap": "^5.2.6", | ||
"@types/d3": "^7.1.0", | ||
"@types/node": "^20.3.1", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"@vitejs/plugin-vue": "^4.4.0", | ||
"@vue/eslint-config-prettier": "^8.0.0", | ||
"@vue/eslint-config-typescript": "^12.0.0", | ||
"@vue/tsconfig": "^0.4.0", | ||
"esbuild": "^0.19.4", | ||
"eslint": "^8.43.0", | ||
"eslint-plugin-vue": "^9.14.1", | ||
"prettier": "^3.0.1", | ||
"rollup": "3.x", | ||
"rollup-plugin-polyfill-node": "^0.12.0", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.4.11", | ||
"vue-tsc": "^1.8.0" | ||
"@rushstack/eslint-patch": "^1.10.3", | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/bootstrap": "^5.2.10", | ||
"@types/d3": "^7.4.3", | ||
"@types/node": "^20.14.7", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
"@typescript-eslint/parser": "^7.13.1", | ||
"@vitejs/plugin-vue": "^5.0.5", | ||
"@vue/eslint-config-prettier": "^9.0.0", | ||
"@vue/eslint-config-typescript": "^13.0.0", | ||
"@vue/tsconfig": "^0.5.1", | ||
"esbuild": "^0.21.5", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-vue": "^9.26.0", | ||
"npm-run-all2": "^6.2.0", | ||
"prettier": "^3.3.2", | ||
"rollup": "^4.18.0", | ||
"rollup-plugin-polyfill-node": "^0.13.0", | ||
"typescript": "^5.5.2", | ||
"vite": "^5.3.1", | ||
"vue-tsc": "^2.0.21" | ||
} | ||
} |
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
declare module 'mqtt/dist/mqtt.min' { | ||
import MQTT from 'mqtt' | ||
export = MQTT | ||
} |
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
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
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
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
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
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
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
20 changes: 0 additions & 20 deletions
20
packages/modules/web_themes/colors/source/src/router/index.js
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
packages/modules/web_themes/colors/source/tsconfig.app.json
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"extends": "@vue/tsconfig/tsconfig.dom.json", | ||
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"], | ||
"exclude": ["src/**/__tests__/*"], | ||
"compilerOptions": { | ||
"composite": true, | ||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", | ||
|
||
"baseUrl": ".", | ||
"paths": { | ||
"@/*": ["./src/*"] | ||
} | ||
} | ||
} |
Oops, something went wrong.