This commit is contained in:
zhu
2026-04-30 10:55:03 +08:00
commit 48ce6a8b0b
27 changed files with 2970 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"pinia": "^3.0.4",
"vue": "^3.5.32",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.4.0",
"@tailwindcss/vite": "^4.2.4",
"@types/chrome": "^0.1.40",
"@types/node": "^24.12.2",
"@vitejs/plugin-vue": "^6.0.5",
"sass": "^1.99.0",
"tailwindcss": "^4.2.4",
"typescript": "~5.9.3",
"vite": "^8.0.4",
"vue-tsc": "^3.2.6"
}
}