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.
40 lines
946 B
40 lines
946 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", |
|
"@popperjs/core": "^2.11.8", |
|
"bootstrap": "^5.3.3", |
|
"pinia-plugin-persistedstate": "^4.1.3", |
|
"uuid": "^11.0.3", |
|
"vue": "latest", |
|
"vue-router": "latest", |
|
"zod": "^3.23.8" |
|
}, |
|
"devDependencies": { |
|
"@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/bootstrap": "^5.2.10", |
|
"@vue/language-server": "^2.1.10", |
|
"@vue/typescript-plugin": "^2.1.10", |
|
"nuxt": "^3.14.1592", |
|
"typescript": "^5.7.2", |
|
"unplugin-icons": "^22.1.0", |
|
"unplugin-vue-components": "^28.4.1", |
|
"vue-tsc": "^2.2.8" |
|
}, |
|
"trustedDependencies": [ |
|
"@parcel/watcher" |
|
] |
|
}
|
|
|