mower-ng/ui/package.json
2024-11-08 12:29:02 +08:00

55 lines
1.6 KiB
JSON

{
"name": "mower-ui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --profile --open",
"check": "prettier --check './**/*.js' './**/*.vue' './**/*.html' './**/*.json'",
"format": "npm run check -- --write",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"preview": "vite preview"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-prettier": "^10.1.0",
"axios": "^1.7.7",
"bowser": "^2.11.0",
"chart.js": "^4.4.6",
"chartjs-adapter-luxon": "^1.3.1",
"chartjs-plugin-datalabels": "^2.2.0",
"echarts": "^5.5.1",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"highlight.js": "^11.10.0",
"html-to-image": "^1.11.11",
"luxon": "^3.5.0",
"naive-ui": "^2.40.1",
"pinia": "^2.2.6",
"pinyin-pro": "^3.26.0",
"prettier": "^3.3.3",
"reconnecting-websocket": "^4.4.0",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-inspect": "^0.8.7",
"vue": "^3.5.12",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.3.2",
"vue-echarts": "^7.0.3",
"vue-router": "^4.4.5",
"vue-slicksort": "^2.0.5"
}
}