-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
68 lines (68 loc) · 1.92 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
{
"name": "anisun",
"version": "4.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/localizations": "^1.28.0",
"@clerk/nextjs": "^5.1.5",
"@mantine/carousel": "^7.9.1",
"@mantine/charts": "^7.9.1",
"@mantine/core": "^7.9.1",
"@mantine/hooks": "^7.9.1",
"@mantine/notifications": "^7.9.1",
"@neondatabase/serverless": "^0.9.0",
"@serwist/next": "^9.0.3",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-virtual": "^3.5.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "1.0.11",
"@vidstack/react": "^1.10.9",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.6",
"embla-carousel-auto-scroll": "^8.1.3",
"embla-carousel-autoplay": "^8.1.3",
"embla-carousel-react": "^8.1.3",
"eslint-plugin-react-refresh": "^0.4.7",
"framer-motion": "^11.0.24",
"hls.js": "^1.5.7",
"isomorphic-dompurify": "^2.11.0",
"kodikwrapper": "^3.0.1",
"media-icons": "^1.1.2",
"nanoid": "^5.0.6",
"next": "14.1.4",
"next-intl": "^3.15.0",
"nextjs-toploader": "^1.6.11",
"nprogress": "^0.2.0",
"postgres": "^3.4.4",
"react": "^18",
"react-dom": "^18",
"react-modal-sheet": "^3.1.0",
"recharts": "^2.12.3",
"use-ripple-hook": "^1.0.24"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.20.14",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"serwist": "^9.0.3",
"typescript": "^5"
}
}