2025-03-01 16:52:23 +01:00
|
|
|
{
|
2025-03-01 17:06:41 +01:00
|
|
|
"name": "nuxt-app",
|
2025-06-30 18:58:24 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2025-03-01 17:06:41 +01:00
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"build": "nuxt build",
|
|
|
|
"dev": "nuxt dev",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
"postinstall": "nuxt prepare"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-07-07 23:40:27 +02:00
|
|
|
"@pinia/nuxt": "^0.11.1",
|
|
|
|
"luxon": "^3.6.1",
|
|
|
|
"nuxt": "^3.17.6",
|
|
|
|
"pinia": "^3.0.3",
|
|
|
|
"vue": "^3.5.17",
|
|
|
|
"vue-router": "^4.5.1",
|
2025-06-11 21:05:17 +02:00
|
|
|
"web-push": "^3.6.7",
|
2025-07-07 23:40:27 +02:00
|
|
|
"zod": "^3.25.75"
|
2025-03-01 17:06:41 +01:00
|
|
|
},
|
|
|
|
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
|
|
|
|
"pnpm": {
|
|
|
|
"onlyBuiltDependencies": [
|
2025-03-05 15:36:50 +01:00
|
|
|
"@parcel/watcher",
|
|
|
|
"esbuild"
|
2025-03-01 17:06:41 +01:00
|
|
|
]
|
2025-03-05 15:36:50 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-07-07 23:40:27 +02:00
|
|
|
"@nuxt/test-utils": "^3.19.2",
|
|
|
|
"@types/luxon": "^3.6.2",
|
2025-06-12 21:38:47 +02:00
|
|
|
"@types/web-push": "^3.6.4",
|
|
|
|
"happy-dom": "^17.6.3",
|
2025-07-07 23:40:27 +02:00
|
|
|
"vitest": "^3.2.4",
|
|
|
|
"vue-tsc": "^3.0.1"
|
2025-03-01 17:06:41 +01:00
|
|
|
}
|
2025-03-01 16:52:23 +01:00
|
|
|
}
|