-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.03 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "muze",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@auth/drizzle-adapter": "^1.7.4",
"@hookform/resolvers": "^3.9.1",
"@mantine/core": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@nodelib/fs.walk": "^2.0.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.62.0",
"@types/ffprobe": "^1.1.8",
"@types/iconv": "^3.0.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/sharp": "^0.32.0",
"babel-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124",
"better-sqlite3": "^11.6.0",
"bindings": "^1.5.0",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"drizzle-orm": "^0.36.4",
"ffprobe": "^1.1.2",
"fpcalc": "^1.3.0",
"iconv": "^3.0.1",
"jsmediatags": "^3.9.7",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.462.0",
"mime": "^4.0.4",
"music-metadata": "^7.14.0",
"musicbrainz-api": "^0.19.1",
"next": "15.0.3",
"next-themes": "^0.4.3",
"postgres": "^3.4.5",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hook-form": "^7.53.2",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"sonner": "^1.7.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/better-sqlite3": "^7.6.12",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.1",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"drizzle-kit": "^0.28.1",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.3",
"eslint-plugin-drizzle": "^0.2.3",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"semantic-release": "^24.2.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
},
"ct3aMetadata": {
"initVersion": "7.30.2"
},
"packageManager": "[email protected]",
"release": {
"branches": [
"main"
]
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}