-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.23 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
{
"name": "my-anime-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"prob-build": "next build && next start",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"cache-manager": "^5.6.1",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"gray-matter": "^4.0.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.4",
"net": "^1.0.2",
"next": "14.2.4",
"next-auth": "^4.24.7",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.14",
"react": "^18",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-iframe": "^1.8.5",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-player": "^2.16.0",
"redis": "^4.6.14",
"sharp": "^0.33.4",
"socket.io-client": "^4.7.5",
"swr": "^2.2.5",
"tls": "^0.0.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.4"
}
}