Files
als/ui/package.json
samlm0 623aae4b87 add: i18n support
from now, all commit message must be English
2024-01-16 05:14:31 +00:00

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"
}
}