mirror of
https://github.com/wikihost-opensource/als.git
synced 2025-12-24 12:57:59 +08:00
33 lines
856 B
JSON
33 lines
856 B
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 4173",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"apexcharts": "^3.35.3",
|
|
"vue": "^3.2.36",
|
|
"vue3-apexcharts": "^1.4.1",
|
|
"xterm": "^4.18.0",
|
|
"xterm-addon-fit": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
"naive-ui": "^2.30.4",
|
|
"prettier": "^2.5.1",
|
|
"unplugin-vue-components": "^0.19.6",
|
|
"vfonts": "^0.0.3",
|
|
"vite": "^2.9.9",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue3-markdown-it": "^1.0.10"
|
|
}
|
|
}
|