Files
orion-visor/orion-visor-ui/package.json

122 lines
3.6 KiB
JSON
Raw Normal View History

2023-07-24 10:05:07 +08:00
{
2024-05-16 00:03:30 +08:00
"name": "orion-visor-ui",
"description": "Orion Visor UI",
2025-12-12 11:01:15 +08:00
"version": "2.5.6",
2023-07-24 10:05:07 +08:00
"private": true,
2023-07-27 18:48:15 +08:00
"author": "Jiahang Li",
"license": "Apache 2.0",
2023-07-24 10:05:07 +08:00
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts",
2024-03-25 00:04:21 +08:00
"dev:host": "vite --config ./config/vite.config.dev.ts --host",
2023-07-24 10:05:07 +08:00
"build": "vue-tsc --noEmit && vite build --config ./config/vite.config.prod.ts",
"report": "cross-env REPORT=true npm run build",
"preview": "npm run build && vite preview --host",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"lint-staged": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"prettier --write",
"eslint --fix"
],
"*.vue": [
"stylelint --fix",
"prettier --write",
"eslint --fix"
],
"*.{less,css}": [
"stylelint --fix",
"prettier --write"
]
},
"dependencies": {
2025-01-14 10:09:07 +08:00
"@arco-design/web-vue": "^2.56.3",
2023-08-08 17:59:37 +08:00
"@dangojs/a-query-header": "^0.0.31",
"@sanqi377/arco-vue-icon-picker": "^1.0.7",
2025-01-14 10:09:07 +08:00
"@vueuse/core": "^12.3.0",
2024-06-04 10:47:32 +08:00
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-image": "^0.8.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
2025-01-14 10:09:07 +08:00
"axios": "^1.7.9",
2024-05-21 11:24:27 +08:00
"cron-parser": "^4.9.0",
2025-01-14 10:09:07 +08:00
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
2024-01-17 19:28:45 +08:00
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
2025-01-14 10:09:07 +08:00
"jsencrypt": "^3.3.2",
2023-07-24 10:05:07 +08:00
"lodash": "^4.17.21",
"mitt": "^3.0.0",
2025-01-14 10:09:07 +08:00
"monaco-editor": "^0.52.2",
2023-07-24 10:05:07 +08:00
"nprogress": "^0.2.0",
2025-01-14 10:09:07 +08:00
"pinia": "^2.3.0",
"query-string": "^9.1.1",
"sortablejs": "^1.15.6",
2023-07-27 18:48:15 +08:00
"ts-md5": "^1.3.1",
2025-01-14 10:09:07 +08:00
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0"
2023-07-24 10:05:07 +08:00
},
"devDependencies": {
"@arco-plugins/vite-vue": "^1.4.5",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
2024-01-17 19:28:45 +08:00
"@types/file-saver": "^2.0.7",
2025-06-25 14:49:36 +08:00
"@types/guacamole-common-js": "^1.5.3",
2023-07-24 10:05:07 +08:00
"@types/lodash": "^4.14.186",
"@types/mockjs": "^1.0.7",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.15.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
2025-01-14 10:09:07 +08:00
"eslint": "^8.56.0",
2023-07-24 10:05:07 +08:00
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"mockjs": "^1.1.0",
"postcss-html": "^1.5.0",
"prettier": "^2.7.1",
"rollup": "^3.9.1",
"rollup-plugin-visualizer": "^5.8.2",
2023-10-26 14:10:48 +08:00
"sass": "^1.69.4",
2025-01-14 10:09:07 +08:00
"stylelint": "^16.12.0",
"stylelint-config-prettier": "^9.0.5",
2023-07-24 10:05:07 +08:00
"stylelint-config-rational-order": "^0.1.2",
2025-01-14 10:09:07 +08:00
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
2023-07-24 10:05:07 +08:00
"typescript": "^4.8.4",
"unplugin-vue-components": "^0.24.1",
"vite": "^3.2.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-imagemin": "^0.6.1",
2024-05-22 12:50:30 +08:00
"vite-plugin-pwa": "^0.20.0",
2023-07-24 10:05:07 +08:00
"vite-svg-loader": "^3.6.0",
"vue-tsc": "^1.0.14"
},
"engines": {
"node": ">=14.0.0"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.56.3",
"gifsicle": "5.2.0"
}
}