50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "pandora-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Pandora 前端应用",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.3.8",
|
|
"vue-router": "^4.2.5",
|
|
"pinia": "^2.1.7",
|
|
"@vueuse/core": "^10.4.1",
|
|
"vee-validate": "^4.10.5",
|
|
"vue-toastification": "^2.0.0-rc.5",
|
|
"axios": "^1.5.0",
|
|
"@headlessui/vue": "^1.7.16",
|
|
"@heroicons/vue": "^2.0.18",
|
|
"clsx": "^2.0.0",
|
|
"tailwind-merge": "^1.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.6.3",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/test-utils": "^2.4.2",
|
|
"autoprefixer": "^10.4.15",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"jsdom": "^22.1.0",
|
|
"postcss": "^8.4.29",
|
|
"prettier": "^3.0.3",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "~5.2.0",
|
|
"vite": "^4.4.11",
|
|
"vitest": "^0.34.4",
|
|
"vue-tsc": "^1.8.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.0.0"
|
|
}
|
|
} |