owltide/package.json

39 lines
894 B
JSON
Raw Normal View History

2025-03-01 16:52:23 +01:00
{
2025-03-01 17:06:41 +01:00
"name": "nuxt-app",
"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": {
"@pinia/nuxt": "0.11.0",
"luxon": "^3.5.0",
2025-05-23 21:28:58 +02:00
"nuxt": "^3.17.4",
"pinia": "^3.0.2",
2025-03-01 17:06:41 +01:00
"vue": "latest",
"vue-router": "latest",
"web-push": "^3.6.7",
"zod": "^3.25.30"
2025-03-01 17:06:41 +01:00
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
2025-03-01 17:06:41 +01:00
]
},
"devDependencies": {
"@nuxt/test-utils": "^3.19.1",
"@types/luxon": "^3.4.2",
"@types/web-push": "^3.6.4",
"happy-dom": "^17.6.3",
"vitest": "^3.2.3",
"vue-tsc": "^2.2.10"
2025-03-01 17:06:41 +01:00
}
2025-03-01 16:52:23 +01:00
}