Files
urldb/web/package.json
2025-11-20 16:05:41 +08:00

43 lines
1.2 KiB
JSON

{
"name": "res-db-web",
"version": "1.3.4",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/typescript-build": "^3.0.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.0.0",
"nuxt": "^3.8.0",
"nuxtjs-naive-ui": "1.0.2",
"typescript": "^5.0.0",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0"
},
"dependencies": {
"@css-render/vue3-ssr": "^0.15.12",
"@fortawesome/fontawesome-free": "^6.7.2",
"@juggle/resize-observer": "^3.3.1",
"@nuxtjs/tailwindcss": "^6.8.0",
"@pinia/nuxt": "^0.5.0",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^14.0.0",
"chart.js": "^4.5.0",
"naive-ui": "^2.42.0",
"pinia": "^2.1.0",
"qr-code-styling": "^1.9.2",
"vfonts": "^0.0.3",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
},
"packageManager": "pnpm@9.13.0+sha512.beb9e2a803db336c10c9af682b58ad7181ca0fbd0d4119f2b33d5f2582e96d6c0d93c85b23869295b765170fbdaa92890c0da6ada457415039769edf3c959efe"
}