-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.75 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "content",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"postinstall": "nuxi prepare",
"generate": "nuxi generate",
"db:generate": "drizzle-kit generate",
"preview": "nuxi preview",
"cron:updateRecentVods": "tsx scripts/updateRecentVods.ts"
},
"dependencies": {
"@applemusic-like-lyrics/core": "^0.1.3",
"@applemusic-like-lyrics/lyric": "^0.2.4",
"@applemusic-like-lyrics/vue": "^0.1.5",
"@formkit/auto-animate": "^0.8.2",
"@nuxt/content": "^2.13.2",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "^2.18.5",
"@nuxthub/core": "^0.8.6",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/sitemap": "^6.1.1",
"@nuxtjs/turnstile": "^0.9.10",
"@pinia/nuxt": "^0.5.4",
"@videojs-player/vue": "^1.0.0",
"@vueuse/router": "^11.1.0",
"dayjs-nuxt": "^2.1.11",
"drizzle-orm": "^0.33.0",
"nuxt": "latest",
"nuxt-auth-utils": "^0.3.9",
"nuxt-echarts": "^0.2.3",
"nuxt-og-image": "^3.0.2",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.2",
"resend": "^4.0.0",
"ua-parser-js": "^1.0.39",
"v-viewer": "^3.0.11",
"video.js": "^7.21.6",
"viewerjs": "^1.11.6",
"vue": "^3.5.10"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/vscode-icons": "^1.2.2",
"@types/ua-parser-js": "^0.7.39",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.2",
"nuxt-lodash": "^2.5.3",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.79.4",
"tsx": "^4.19.1",
"wrangler": "^3.78.7"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
}
}