-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.89 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": "manga",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start -p 4000",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-slider": "1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "1.1.4",
"@serwist/next": "9.0.11",
"@vidstack/react": "^1.12.12",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"class-variance-authority": "0.7.1",
"clsx": "^2.1.1",
"embla-carousel": "8.5.1",
"embla-carousel-react": "8.5.1",
"fluent-ffmpeg": "^2.1.3",
"lru-cache": "11.0.2",
"lucide-react": "0.468.00",
"next": "15.0.4",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.4",
"sonner": "1.7.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tailwind-merge": "2.5.5",
"tailwindcss-animate": "^1.0.7",
"vaul": "1.1.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/fluent-ffmpeg": "2.1.27",
"@types/node": "22.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"autoprefixer": "10.4.20",
"eslint": "9.16.0",
"eslint-config-next": "15.0.4",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"webpack": "5.97.1"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1"
}
}