wrbapp/frontend/package.json

32 lines
820 B
JSON
Raw Normal View History

2022-09-15 19:15:07 +02:00
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
2022-09-29 16:23:51 +02:00
"@capacitor/cli": "^4.3.0",
2022-09-15 19:15:07 +02:00
"@nuxtjs/tailwindcss": "^5.3.3",
2022-09-19 17:10:22 +02:00
"@tailwindcss/forms": "^0.5.3",
2022-09-15 19:15:07 +02:00
"@vueuse/core": "^9.2.0",
"@vueuse/nuxt": "^9.2.0",
2022-09-29 16:23:51 +02:00
"nuxt": "3.0.0-rc.11",
2022-09-15 19:15:07 +02:00
"nuxt-icon": "^0.1.5"
},
"dependencies": {
2022-09-29 16:23:51 +02:00
"@capacitor/core": "^4.3.0",
2022-09-30 14:24:36 +02:00
"@capacitor/device": "^4.0.1",
2022-09-29 16:23:51 +02:00
"@capacitor/ios": "^4.3.0",
"@capacitor/push-notifications": "^4.1.0",
2022-09-19 17:10:22 +02:00
"@formkit/nuxt": "^1.0.0-beta.11-c95e605",
2022-09-30 21:17:12 +02:00
"@nuxtjs/robots": "^2.5.0",
2022-09-19 17:10:22 +02:00
"@vueuse/firebase": "^9.2.0",
2022-11-07 15:29:15 +01:00
"@vueuse/shared": "^9.4.0",
2022-09-19 08:55:42 +02:00
"firebase": "^9.10.0",
2022-09-18 20:07:37 +02:00
"vue-toastification": "^2.0.0-rc.5"
2022-09-15 19:15:07 +02:00
}
}