wrbapp/frontend/package.json
Xeovalyte 587ca2701d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
reworked backend
2023-01-21 21:36:22 +01:00

33 lines
854 B
JSON

{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@capacitor/cli": "^4.3.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@tailwindcss/forms": "^0.5.3",
"@vueuse/core": "^9.6.0",
"@vueuse/nuxt": "^9.6.0",
"nuxt": "^3.0.0-rc.14",
"nuxt-icon": "^0.1.7"
},
"dependencies": {
"@capacitor/core": "^4.3.0",
"@capacitor/device": "^4.0.1",
"@capacitor/ios": "^4.3.0",
"@capacitor/push-notifications": "^4.1.0",
"@formkit/nuxt": "^1.0.0-beta.11-c95e605",
"@nuxtjs/robots": "^3.0.0",
"@vueuse/firebase": "^9.2.0",
"@vueuse/shared": "^9.4.0",
"firebase": "^9.14.0",
"firebase-admin": "^11.4.1",
"vue-toastification": "^2.0.0-rc.5"
}
}