-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
36
37
38
39
40
41
{
"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.8",
"@nuxtjs/supabase": "^1.5.0",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/core": "^12.8.2",
"@vueuse/nuxt": "^12.8.2",
"chart.js": "^4.4.8",
"nuxt": "^3.16.1",
"nuxt-delay-hydration": "^1.3.8",
"nuxt-security": "^2.2.0",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.0",
"vuetify-nuxt-module": "^0.18.4"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@unocss/nuxt": "66.1.0-beta.3",
"unocss": "66.1.0-beta.3"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
}
}