owltide/package.json
Hornwitser a087172d39
All checks were successful
/ build (push) Successful in 2m57s
/ deploy (push) Successful in 17s
Add vue-tsc for running TypeScript typechecks
The nuxi typecheck command requires vue-tsc to work.  Add it to the
project so the command doesn't ask to install it.
2025-06-18 01:02:58 +02:00

37 lines
861 B
JSON

{
"name": "nuxt-app",
"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",
"nuxt": "^3.17.4",
"pinia": "^3.0.2",
"vue": "latest",
"vue-router": "latest",
"web-push": "^3.6.7",
"zod": "^3.25.30"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
},
"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"
}
}