owltide/package.json
Hornwitser 0a0eb43d78
All checks were successful
/ build (push) Successful in 1m36s
/ deploy (push) Has been skipped
Treat description fields as markdown
Support basic formatting in the display of the description fields to
locations, events and shifts by rendering them as Markdown using the
micromark library.
2025-09-16 20:54:36 +02:00

39 lines
920 B
JSON

{
"name": "nuxt-app",
"license": "AGPL-3.0-or-later",
"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.1",
"luxon": "^3.6.1",
"micromark": "^4.0.2",
"nuxt": "^3.17.6",
"pinia": "^3.0.3",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"web-push": "^3.6.7",
"zod": "^3.25.75"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
},
"devDependencies": {
"@nuxt/test-utils": "^3.19.2",
"@types/luxon": "^3.6.2",
"@types/web-push": "^3.6.4",
"happy-dom": "^17.6.3",
"vitest": "^3.2.4",
"vue-tsc": "^3.0.1"
}
}