51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "han-ai-robot-frontend-vue3",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "eslint . --fix",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.15",
|
|
"ant-design-vue": "~4.2.6",
|
|
"highlight.js": "^11.11.1",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-highlightjs": "^4.2.0",
|
|
"markdown-it-mathjax3-pro": "^1.0.0",
|
|
"pinia": "^3.0.3",
|
|
"tailwindcss": "^4.1.15",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^22.18.6",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"eslint": "^9.33.0",
|
|
"eslint-plugin-vue": "~10.4.0",
|
|
"jiti": "^2.5.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"prettier": "3.6.2",
|
|
"typescript": "~5.9.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"vite": "^7.1.7",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-plugin-vue-devtools": "^8.0.2",
|
|
"vue-tsc": "^3.1.0"
|
|
}
|
|
}
|