-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 940 Bytes
/
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
41
42
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@huggingface/transformers": "^3.2.4",
"@nuxt/fonts": "^0.10.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@vueuse/core": "^11.1.0",
"@vueuse/motion": "^2.2.5",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"nothing-yt": "^1.2.3",
"nuxt": "^3.13.0",
"onnxruntime-node": "^1.19.2",
"posthog-js": "^1.167.0",
"sass-embedded": "^1.79.4",
"vue": "latest",
"vue-router": "latest",
"wavefile": "^11.0.0"
},
"devDependencies": {
"nuxi": "^3.14.0"
},
"overrides": {
"jsonpath-plus": "10.2.0",
"axios": "0.28.0"
},
"pnpm": {
"overrides": {
"jsonpath-plus": "10.2.0",
"axios": "0.28.0"
}
}
}