-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.8 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.8 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
51
52
53
54
55
56
57
58
{
"name": "sonolight-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build --preset=vercel_edge",
"build_local": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"debug": "nuxi dev --inspect"
},
"dependencies": {
"@nuxt/content": "^3.6.3",
"@pinia/nuxt": "^0.11.2",
"@supabase/supabase-js": "^2.53.0",
"@tailwindcss/typography": "^0.5.16",
"@vercel/analytics": "^1.5.0",
"@tresjs/cientos": "^4.3.1",
"@tresjs/core": "^4.3.6",
"@vercel/postgres": "^0.10.0",
"@vercel/speed-insights": "^1.2.0",
"bcryptjs": "^3.0.2",
"better-sqlite3": "^12.2.0",
"jose": "^6.0.12",
"lodash-es": "^4.17.21",
"nuxt": "^4.0.2",
"pinia-plugin-persistedstate": "^4.4.1",
"prisma": "^6.12.0",
"prismarine-nbt": "^2.7.0",
"three": "^0.178.0",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/mynaui": "^1.2.14",
"@iconify-json/octicon": "^1.2.10",
"@nuxt/icon": "^1.15.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@tailwindcss/vite": "^4.1.11",
"@tresjs/nuxt": "^4.0.0",
"@types/bcrypt": "^6.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.17.20",
"@types/pako": "^2.0.3",
"@types/three": "^0.178.1",
"@types/lodash-es": "^4.17.12",
"daisyui": "^5.0.50",
"nuxi": "^3.27.0",
"pako": "^2.1.0",
"pinia": "^3.0.3",
"sass-embedded": "^1.89.2",
"tailwindcss": "^4.1.11"
}
}