You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
995 B
41 lines
995 B
{ |
|
"name": "website", |
|
"private": true, |
|
"type": "module", |
|
"scripts": { |
|
"build": "nuxt build", |
|
"dev": "nuxt dev", |
|
"generate": "nuxt generate", |
|
"preview": "nuxt preview", |
|
"postinstall": "nuxt prepare" |
|
}, |
|
"dependencies": { |
|
"@pinia/nuxt": "^0.10.1", |
|
"pinia-plugin-persistedstate": "^4.1.3", |
|
"uuid": "^11.0.3", |
|
"vue": "latest", |
|
"vue-router": "latest", |
|
"zod": "^3.23.8" |
|
}, |
|
"devDependencies": { |
|
"@bootstrap-vue-next/nuxt": "^0.28.3", |
|
"@iconify-json/fa": "^1.2.1", |
|
"@iconify-json/fa-regular": "^1.2.1", |
|
"@iconify-json/fa-solid": "^1.2.1", |
|
"@nuxt/content": "^3.4.0", |
|
"@nuxt/eslint": "^1.2.0", |
|
"@types/bun": "latest", |
|
"@vue/compiler-sfc": "^3.5.13", |
|
"@vue/language-server": "^2.1.10", |
|
"@vue/typescript-plugin": "^2.1.10", |
|
"bootstrap": "^5.3.3", |
|
"bootstrap-vue-next": "^0.28.3", |
|
"nuxt": "^3.14.1592", |
|
"typescript": "^5.7.2", |
|
"unplugin-icons": "^22.1.0", |
|
"unplugin-vue-components": "^28.4.1" |
|
}, |
|
"trustedDependencies": [ |
|
"@parcel/watcher" |
|
] |
|
}
|
|
|