Files
Market-Front/package.json

47 lines
1.5 KiB
JSON
Raw Normal View History

2025-08-01 17:52:35 +08:00
{
2025-08-02 05:46:30 +08:00
"name": "template-vue-hucky",
"version": "0.0.0",
2025-08-01 17:52:35 +08:00
"type": "module",
2025-08-02 05:46:30 +08:00
"private": true,
2025-08-01 17:52:35 +08:00
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"generate:page": "node --no-warnings=ExperimentalWarning --experimental-strip-types scripts/generatePage.ts",
"gp": "node --no-warnings=ExperimentalWarning --experimental-strip-types scripts/generatePage.ts",
"generate:component": "node --no-warnings=ExperimentalWarning --experimental-strip-types scripts/generateComponent.ts",
"gc": "node --no-warnings=ExperimentalWarning --experimental-strip-types scripts/generateComponent.ts"
2025-08-01 17:52:35 +08:00
},
"dependencies": {
2025-09-13 00:31:33 +08:00
"@vueuse/core": "^13.9.0",
2025-08-01 17:52:35 +08:00
"axios": "^1.11.0",
"daisyui": "^5.0.50",
"element-plus": "^2.12.0",
2025-08-01 17:52:35 +08:00
"motion-v": "^1.6.1",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.4.1",
"radash": "^12.1.1",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
2025-09-15 08:41:58 +08:00
"@tailwindcss/vite": "^4.1.11",
"@types/node": "^24.1.0",
2025-08-01 17:52:35 +08:00
"@vitejs/plugin-vue": "^6.0.0",
2025-09-15 08:41:58 +08:00
"@vitejs/plugin-vue-jsx": "^5.0.1",
2025-08-01 17:52:35 +08:00
"@vue/babel-plugin-jsx": "^1.4.0",
"@vue/tsconfig": "^0.7.0",
2025-09-15 08:41:58 +08:00
"eslint": "^9.35.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-vue": "^10.4.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
2025-08-01 17:52:35 +08:00
"typescript": "~5.8.3",
2025-09-15 08:41:58 +08:00
"typescript-eslint": "^8.43.0",
2025-09-15 09:00:41 +08:00
"unplugin-auto-import": "^20.1.0",
2025-08-01 17:52:35 +08:00
"vite": "^7.0.0",
"vue-tsc": "^2.2.10"
}
}