122 lines
3.6 KiB
JSON
122 lines
3.6 KiB
JSON
{
|
|
"name": "orion-visor-ui",
|
|
"description": "Orion Visor UI",
|
|
"version": "2.5.3",
|
|
"private": true,
|
|
"author": "Jiahang Li",
|
|
"license": "Apache 2.0",
|
|
"scripts": {
|
|
"dev": "vite --config ./config/vite.config.dev.ts",
|
|
"dev:host": "vite --config ./config/vite.config.dev.ts --host",
|
|
"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": {
|
|
"@arco-design/web-vue": "^2.56.3",
|
|
"@dangojs/a-query-header": "^0.0.31",
|
|
"@sanqi377/arco-vue-icon-picker": "^1.0.7",
|
|
"@vueuse/core": "^12.3.0",
|
|
"@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",
|
|
"axios": "^1.7.9",
|
|
"cron-parser": "^4.9.0",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^5.6.0",
|
|
"file-saver": "^2.0.5",
|
|
"html2canvas": "^1.4.1",
|
|
"jsencrypt": "^3.3.2",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.3.0",
|
|
"query-string": "^9.1.1",
|
|
"sortablejs": "^1.15.6",
|
|
"ts-md5": "^1.3.1",
|
|
"vue": "^3.5.13",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-i18n": "^11.0.1",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@arco-plugins/vite-vue": "^1.4.5",
|
|
"@commitlint/cli": "^17.1.2",
|
|
"@commitlint/config-conventional": "^17.1.0",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/guacamole-common-js": "^1.5.3",
|
|
"@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",
|
|
"eslint": "^8.56.0",
|
|
"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",
|
|
"sass": "^1.69.4",
|
|
"stylelint": "^16.12.0",
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
"stylelint-config-rational-order": "^0.1.2",
|
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
"stylelint-config-standard": "^36.0.1",
|
|
"stylelint-order": "^6.0.4",
|
|
"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",
|
|
"vite-plugin-pwa": "^0.20.0",
|
|
"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"
|
|
}
|
|
}
|