-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "umpsa-connect",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@crazydos/vue-markdown": "^1.0.2",
"@formkit/auto-animate": "^0.8.2",
"@nuxtjs/robots": "^5.2.2",
"@nuxtjs/supabase": "^1.4.6",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"chart.js": "^4.4.7",
"nuxt": "^3.15.2",
"nuxt-delay-hydration": "^1.3.8",
"nuxt-security": "^2.1.5",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.0",
"vuetify-nuxt-module": "^0.18.3"
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@unocss/nuxt": "^65.4.3",
"unocss": "^65.4.3"
}
}