-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
{
"name": "Polaroid",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@applemusic-like-lyrics/core": "^0.5.2",
"@applemusic-like-lyrics/lyric": "^1.0.2",
"@applemusic-like-lyrics/vue": "^0.5.2",
"@lottiefiles/dotlottie-vue": "^0.11.23",
"@nuxt/content": "^3.14.0",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.9.0",
"@nuxtjs/i18n": "^10.6.0",
"@takumi-rs/core": "^1.8.7",
"@vueuse/core": "^14.4.0",
"@vueuse/nuxt": "^14.3.0",
"gsap": "^3.15.0",
"motion-v": "^2.3.0",
"nuxt": "^4.5.1",
"nuxt-og-image": "^6.7.0",
"nuxt-studio": "1.7.0",
"tailwindcss": "^4.3.1",
"three": "^0.185.1"
},
"packageManager": "pnpm@11.20.0",
"engines": {
"node": ">=22.5.0"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.114",
"@iconify-json/mingcute": "^1.2.8",
"@iconify-json/ri": "^1.2.10",
"@iconify-json/simple-icons": "^1.2.87",
"@iconify-json/tabler": "^1.2.38",
"@iconify-json/tdesign": "^1.2.17",
"@nuxt/eslint": "^1.16.0",
"@nuxtjs/mdc": "^0.22.2",
"@types/three": "^0.185.4",
"typescript": "^5.9.3",
"vue-tsc": "^3.3.9"
}
}