-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
{
"name": "next-bun",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.53.3",
"artplayer": "^5.1.7",
"artplayer-plugin-hls-quality": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dexie": "^4.0.8",
"dexie-react-hooks": "^1.1.7",
"hls.js": "^1.5.8",
"lucide-react": "^0.399.0",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intersection-observer": "^9.10.3",
"sonner": "^1.4.41"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.53.0",
"@types/node": "^20",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"eslint": "^9",
"eslint-config-next": "15.0.1",
"postcss": "^8",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-intersect": "^2.0.1",
"tailwindcss-motion": "^1.0.0",
"typescript": "^5"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}