42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "vue3-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"check": "vue-tsc -b",
|
|
"lint": "eslint . --ext .ts,.vue",
|
|
"lint:fix": "eslint . --ext .ts,.vue --fix"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "^4.0.8",
|
|
"clsx": "^2.1.1",
|
|
"lucide-vue-next": "^0.511.0",
|
|
"pinia": "^2.1.7",
|
|
"tailwind-merge": "^3.3.0",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.30",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
"@typescript-eslint/parser": "^7.0.1",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/runtime-dom": "^3.4.15",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-vue": "^9.20.1",
|
|
"postcss": "^8.4.35",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "~5.3.3",
|
|
"unplugin-vue-dev-locator": "^1.0.0",
|
|
"vite": "^5.0.12",
|
|
"vite-plugin-trae-solo-badge": "^1.0.0",
|
|
"vue-tsc": "^1.8.27"
|
|
}
|
|
}
|