Files
FloatingIsland/package.json
2025-11-05 22:36:24 +08:00

50 lines
1.3 KiB
JSON

{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@date-io/luxon": "^3.2.0",
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@fontsource-variable/nunito": "^5.2.7",
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
"@nuxt/eslint": "1.9.0",
"@nuxt/image": "1.11.0",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/i18n": "10.1.0",
"@pinia/nuxt": "0.11.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@vueuse/core": "^13.9.0",
"blurhash": "^2.0.5",
"cfturnstile-vue3": "^2.0.0",
"eslint": "^9.39.1",
"katex": "^0.16.25",
"luxon": "^3.7.2",
"markdown-exit": "^1.0.0-beta.6",
"markdown-it-texmath": "^1.0.0",
"nuxt": "^4.2.0",
"nuxt-og-image": "^5.1.12",
"pinia": "^3.0.3",
"sharp": "^0.34.4",
"swagger-themes": "^1.4.3",
"swagger-ui-dist": "^5.30.2",
"tailwindcss": "^4.1.16",
"tus-js-client": "^4.3.1",
"vue": "^3.5.22",
"vue-router": "^4.6.3",
"vuetify-nuxt-module": "0.18.7"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@types/luxon": "^3.7.1",
"@types/node": "^24.10.0"
}
}