This repository was archived by the owner on Jul 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.44 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.44 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
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
{
"name": "1anime",
"version": "4.4.0",
"private": true,
"founder": "TBNRSven",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "npx prisma generate && next build",
"export": "next build && next export",
"start": "next start",
"type-check": "tsc",
"logs": "NODE_OPTIONS='--inspect' npm run dev"
},
"dependencies": {
"@consumet/extensions": "^1.8.0",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.5",
"@next-auth/mongodb-adapter": "^1.1.3",
"@next-auth/prisma-adapter": "^1.0.7",
"@nextui-org/react": "^2.4.8",
"@prisma/client": "^5.19.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@types/react-color": "^3.0.12",
"@types/xml2js": "^0.4.14",
"@vercel/og": "^0.5.20",
"@vidstack/react": "^1.12.12",
"axios": "^1.7.7",
"cookies": "^0.8.0",
"cron": "^2.4.4",
"cross-env": "^7.0.3",
"disqus-react": "^1.1.5",
"framer-motion": "^11.11.9",
"graphql": "^15.9.0",
"hls.js": "^1.5.17",
"ioredis": "^5.4.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.453.0",
"media-icons": "^1.1.5",
"newrelic": "^12.5.2",
"next": "^15.0.1",
"next-auth": "^4.24.10",
"next-pwa": "^5.6.0",
"nextjs-progressbar": "^0.0.16",
"node-fetch": "^3.3.2",
"prisma": "^5.19.1",
"puppeteer": "^23.6.0",
"radix-ui": "^1.0.1",
"rate-limiter-flexible": "^3.0.6",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-icons": "^4.12.0",
"react-lazy-load-image-component": "^1.6.2",
"react-loading-skeleton": "^3.5.0",
"react-use-draggable-scroll": "^0.4.7",
"sharp": "^0.32.6",
"sonner": "^1.5.0",
"tailwind-scrollbar-hide": "^1.1.7",
"workbox-webpack-plugin": "^7.1.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/cookies": "^0.7.10",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.17.0",
"@types/react": "^18.3.12",
"@types/react-lazy-load-image-component": "^1.6.4",
"autoprefixer": "^10.4.20",
"depcheck": "^1.4.7",
"eslint": "^8.57.1",
"eslint-config-next": "^13.5.7",
"globals": "^15.11.0",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
}
}