Files
ggl/package.json
2025-10-05 13:34:28 +08:00

64 lines
1.6 KiB
JSON
Executable File

{
"name": "ggl",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"start:bt": "node start-production.cjs"
},
"dependencies": {
"16": "^0.0.2",
"axios": "^1.12.2",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"element-plus": "^2.4.0",
"express": "^4.21.2",
"form-data": "^4.0.4",
"jsonwebtoken": "^9.0.2",
"lucide-vue-next": "^0.511.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.7.0",
"pinia": "^2.1.7",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tailwind-merge": "^3.3.0",
"vite-plugin-xi-plus-badge": "^1.1.0",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vue-sonner": "^2.0.8",
"pm2": "^5.3.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.0",
"@types/multer": "^1.4.0",
"@types/node": "^22.15.30",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vercel/node": "^5.3.6",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/runtime-dom": "^3.4.15",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.17",
"concurrently": "^9.2.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"nodemon": "^3.1.10",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tsx": "^4.20.3",
"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"
}
}