代码拉取完成,页面将自动刷新
{
"name": "thingsboard-ui-vue",
"version": "4.2.0",
"type": "module",
"private": true,
"scripts": {
"bootstrap": "pnpm install",
"serve": "npm run dev",
"dev": "cross-env VITE_CJS_IGNORE_WARNING=true vite dev",
"preinstall": "npx only-allow pnpm",
"build": "vite build --mode production",
"build:tomcat": "vite build --mode tomcat --emptyOutDir",
"build:preview": "npm run build && npm run preview:dist",
"preview": "npm run build && npm run preview:dist",
"preview:dist": "vite preview --mode development --port 3100",
"report": "cross-env REPORT=true npm run build",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"lint:eslint": "eslint --cache --max-warnings 0 \"./**/*.{ts,tsx,vue}\" --fix",
"lint:prettier": "prettier --ignore-unknown --check --cache --write \"./**/*.{vue,tsx,less,scss}\"",
"lint:stylelint": "stylelint \"./**/*.{vue,less,scss,css}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
"lint:all": "npm run bootstrap && npm run type:check && npm run lint:eslint && npm run lint:prettier && npm run lint:stylelint",
"reinstall:force": "rimraf pnpm-lock.yaml node_modules && pnpm store prune && pnpm i --force && pnpm run dev --force",
"reinstall": "rimraf pnpm-lock.yaml node_modules && npm run bootstrap",
"update": "ncu -u -x codemirror,pinia,cropperjs && npm run reinstall"
},
"dependencies": {
"@ant-design/colors": "8.0.0",
"@ant-design/icons-vue": "7.0.1",
"@antv/x6": "2.18.1",
"@antv/x6-plugin-clipboard": "2.1.6",
"@antv/x6-plugin-history": "2.2.4",
"@antv/x6-plugin-keyboard": "2.2.3",
"@antv/x6-plugin-minimap": "2.0.7",
"@antv/x6-plugin-scroller": "2.0.10",
"@antv/x6-plugin-selection": "2.2.2",
"@antv/x6-plugin-snapline": "2.1.7",
"@antv/x6-plugin-stencil": "2.1.5",
"@antv/x6-vue-shape": "2.1.2",
"@svgdotjs/svg.filter.js": "^3.0.9",
"@svgdotjs/svg.js": "^3.2.4",
"@svgdotjs/svg.panzoom.js": "^2.1.2",
"@unocss/preset-wind3": "66.0.0",
"@vant/area-data": "2.0.0",
"@vue/runtime-core": "3.5.13",
"@vue/shared": "3.5.13",
"@vueuse/core": "13.0.0",
"@vueuse/shared": "13.0.0",
"@wangeditor/editor": "5.1.23",
"@wangeditor/editor-for-vue": "5.1.12",
"@zxcvbn-ts/core": "3.0.4",
"ant-design-vue": "4.2.6",
"axios": "1.8.4",
"codemirror": "5.65.16",
"cropperjs": "1.6.2",
"crypto-js": "4.2.0",
"dayjs": "1.11.13",
"echarts": "5.6.0",
"intro.js": "7.2.0",
"jwt-decode": "4.0.0",
"lodash-es": "4.17.21",
"monaco-editor": "0.50.0",
"nprogress": "0.2.0",
"path-to-regexp": "8.2.0",
"pinia": "2.3.1",
"print-js": "1.6.0",
"qrcode": "1.5.4",
"qs": "6.14.0",
"resize-observer-polyfill": "1.5.1",
"sortablejs": "1.15.6",
"spark-md5": "3.0.2",
"terser": "5.39.0",
"vditor": "3.10.9",
"vue": "3.5.13",
"vue-i18n": "11.1.2",
"vue-json-pretty": "2.4.0",
"vue-router": "4.5.0",
"vue-types": "6.0.0",
"vue-web-terminal": "3",
"xlsx": "0.18.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.27.0",
"@iconify/json": "2.2.323",
"@iconify/utils": "2.3.0",
"@stylistic/stylelint-plugin": "3.1.2",
"@types/codemirror": "5.60.15",
"@types/crypto-js": "4.2.2",
"@types/fs-extra": "11.0.4",
"@types/intro.js": "5.1.5",
"@types/lodash-es": "4.17.12",
"@types/node": "22.14.0",
"@types/nprogress": "0.2.3",
"@types/qrcode": "1.5.5",
"@types/qs": "6.9.18",
"@types/showdown": "2.0.6",
"@types/sortablejs": "1.15.8",
"@typescript-eslint/eslint-plugin": "8.29.0",
"@typescript-eslint/parser": "8.29.0",
"@unocss/eslint-config": "66.0.0",
"@vitejs/plugin-legacy": "6.0.2",
"@vitejs/plugin-vue": "5.2.3",
"@vitejs/plugin-vue-jsx": "4.1.2",
"@vue/compiler-sfc": "3.5.13",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.21",
"cross-env": "7.0.3",
"cz-git": "1.11.1",
"czg": "1.11.1",
"dotenv": "16.4.7",
"eslint": "9.23.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-prettier": "5.2.6",
"eslint-plugin-vue": "10.0.0",
"esno": "4.8.0",
"fs-extra": "11.3.0",
"globals": "16.0.0",
"less": "4.2.2",
"lint-staged": "15.5.0",
"npm-run-all": "4.1.5",
"picocolors": "1.1.1",
"pkg-types": "2.1.0",
"postcss": "8.5.3",
"postcss-html": "1.8.0",
"postcss-less": "6.0.0",
"prettier": "3.5.3",
"prettier-plugin-packagejson": "2.5.10",
"rimraf": "6.0.1",
"rollup": "4.39.0",
"rollup-plugin-visualizer": "5.14.0",
"stylelint": "16.17.0",
"stylelint-config-recommended": "15.0.0",
"stylelint-config-recommended-less": "3.0.1",
"stylelint-config-recommended-vue": "1.6.0",
"stylelint-config-standard": "37.0.0",
"stylelint-config-standard-less": "3.0.1",
"stylelint-less": "3.0.1",
"stylelint-prettier": "5.0.3",
"tinycolor2": "1.6.0",
"ts-node": "10.9.2",
"typescript": "5.8.2",
"unocss": "66.0.0",
"vite": "6.2.6",
"vite-plugin-compression": "0.5.1",
"vite-plugin-html": "3.2.2",
"vite-plugin-mkcert": "1.17.8",
"vite-plugin-monaco-editor": "1.1.0",
"vite-plugin-theme-vite3": "1.0.5",
"vite-plugin-vue-setup-extend": "0.4.0",
"vue-eslint-parser": "10.1.2",
"vue-tsc": "2.2.8"
},
"keywords": [
"typescript",
"thignsboard",
"antdv",
"vite",
"antV x6"
],
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"homepage": "github.com/oliver225",
"repository": {
"type": "git",
"url": "https://github.com/oliver225/thingsboard-ui-vue3.git"
},
"bugs": {
"url": "https://github.com/oliver225/thingsboard-ui-vue3/issues"
},
"engines": {
"node": "18 || >=20"
},
"packageManager": "pnpm@10.7.1"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。