Files
archived-drop-api-autogen/package.json
DecDuck f26e7f1a45 Initial commit
Created the barebones of the tooling.

Design comes next.
2025-08-09 20:19:16 +10:00

20 lines
382 B
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": {
"nuxt": "^4.0.1",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
}
}