mirror of
https://github.com/wikihost-opensource/als.git
synced 2025-12-24 12:57:59 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "als",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.3.11"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@vicons/carbon": "^0.12.0",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@xterm/addon-attach": "0.10.0-beta.1",
|
|
"@xterm/addon-fit": "0.9.0-beta.1",
|
|
"@xterm/addon-serialize": "0.12.0-beta.1",
|
|
"apexcharts": "^3.45.1",
|
|
"axios": "^1.6.5",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"naive-ui": "^2.37.3",
|
|
"prettier": "^3.0.3",
|
|
"unplugin-auto-import": "^0.17.3",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"v-clipboard": "3.0.0-next.1",
|
|
"vite": "^5.0.10",
|
|
"vue-i18n": "9",
|
|
"vue3-apexcharts": "^1.4.4",
|
|
"vue3-markdown-it": "^1.0.10",
|
|
"xterm": "^5.3.0"
|
|
}
|
|
}
|