45 lines
1.1 KiB
JSON
45 lines
1.1 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/i18n": "10.1.0",
|
|
"@pinia/nuxt": "0.11.2",
|
|
"@tailwindcss/typography": "^0.5.18",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"@vueuse/core": "^13.9.0",
|
|
"blurhash": "^2.0.5",
|
|
"cfturnstile-vue3": "^2.0.0",
|
|
"eslint": "^9.0.0",
|
|
"fslightbox-vue": "^2.2.1",
|
|
"luxon": "^3.7.2",
|
|
"marked": "^16.3.0",
|
|
"nuxt": "^4.1.2",
|
|
"pinia": "^3.0.3",
|
|
"tailwindcss": "^4.1.13",
|
|
"tus-js-client": "^4.3.1",
|
|
"vue": "^3.5.21",
|
|
"vue-router": "^4.5.1",
|
|
"vuetify-nuxt-module": "0.18.7"
|
|
},
|
|
"devDependencies": {
|
|
"@mdi/font": "^7.4.47",
|
|
"@types/luxon": "^3.7.1",
|
|
"@types/node": "^24.5.2",
|
|
"eslint-plugin-tailwindcss": "^4.0.0-beta.0"
|
|
}
|
|
}
|