Files
drop/libraries/base/package.json
T
2026-03-30 19:38:14 +11:00

26 lines
601 B
JSON

{
"name": "my-nuxt-layer",
"type": "module",
"version": "0.0.1",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi dev .playground",
"dev:prepare": "nuxt prepare .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"lint": "eslint ."
},
"devDependencies": {
"@nuxt/eslint": "latest",
"eslint": "^9.17.0",
"nuxt": "^3.14.1592",
"typescript": "^5.7.2",
"vue": "latest"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0"
}
}