Disable SSR (ssr: false) for development stability, add dark-mode.css with CSS variables for light/dark theme switching
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "sport-meeting-admin-sys",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"user:cli": "node scripts/user-cli.js",
|
|
"user:init": "node scripts/user-cli.js init",
|
|
"user:admin": "node scripts/user-manager.js"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/nuxt": "1.0.10",
|
|
"@pinia/nuxt": "0.11.3",
|
|
"@unocss/nuxt": "^66.6.7",
|
|
"bcryptjs": "^3.0.3",
|
|
"chalk": "^5.6.2",
|
|
"element-plus": "2.9.2",
|
|
"inquirer": "^9.3.8",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"nuxt": "^4.3.1",
|
|
"opencode-ai": "^1.2.27",
|
|
"pinia": "2.3.1",
|
|
"puppeteer": "^24.40.0",
|
|
"sql.js": "^1.14.1",
|
|
"sqlite3": "^6.0.1",
|
|
"unocss": "^66.6.7",
|
|
"uuid": "^13.0.0",
|
|
"vue": "^3.5.29",
|
|
"vue-router": "^4.6.4",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint": "1.15.2",
|
|
"@nuxt/icon": "2.2.1",
|
|
"@types/bcryptjs": "^3.0.0",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/uuid": "^11.0.0",
|
|
"better-sqlite3": "^12.8.0"
|
|
},
|
|
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"pkg-types": "^2.3.0"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"opencode-ai",
|
|
"puppeteer",
|
|
"sqlite3",
|
|
"vue-demi"
|
|
]
|
|
},
|
|
"version": "1.0.0",
|
|
"description": "基于 Nuxt 3 + Element Plus + SQLite 的运动会管理系统",
|
|
"main": "test-db-connection.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.mzmc.top/laobinghu/SportMeetingAdminSys.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|