-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
36
37
38
39
40
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@longlost/webgl-filter": "^1.1.0",
"@radix-icons/vue": "^1.0.0",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^10.11.1",
"@vueuse/integrations": "^10.11.1",
"async-validator": "^4.2.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.426.0",
"mpegts.js": "^1.7.3",
"nuxt": "^3.12.4",
"nuxt-gtag": "^2.1.0",
"onnxruntime-web": "^1.20.1",
"radix-vue": "^1.9.4",
"shadcn-nuxt": "^0.10.4",
"stackblur-canvas": "^2.7.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "latest",
"vue-tsc": "^2.0.29",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"typescript": "^5.5.4"
}
}