-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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
{
"name": "lazyanime",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"env.example": "sed 's/=.*$/=/g' .env > .env.example",
"lint": "next lint",
"clean": "rm -rf .next ./node_modules /static && yarn",
"start": "next start",
"start:local": "next start -H 127.0.0.1"
},
"dependencies": {
"@consumet/extensions": "^1.5.2",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vercel/analytics": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"daisyui": "^4.12.23",
"discord.js": "^14.17.3",
"encoding": "^0.1.13",
"eslint": "^9.19.0",
"eslint-config-next": "^15.1.6",
"framer-motion": "^12.0.6",
"graphql": "^16.8.1",
"graphql-request": "^7.1.2",
"html-react-parser": "^5.2.2",
"next": "^15.1.6",
"next-auth": "^4.24.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"swr": "^2.2.4",
"tailwind-merge": "^3.0.1",
"typescript": "^5.2.2"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "3.3.0",
"tailwindcss-animate": "^1.0.7"
}
}