-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.46 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.46 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
{
"name": "animehaven-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.95",
"@mui/material": "^5.10.1",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.49.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@tutkli/jikan-ts": "^2.2.0",
"@types/node": "^18.19.84",
"@types/react": "18.3",
"@types/react-dom": "18.3",
"@vercel/analytics": "^0.1.4",
"axios": "^1.13.6",
"axios-cache-interceptor": "^1.12.0",
"bootstrap": "^5.2.0",
"date-fns": "^2.29.2",
"dotenv": "^16.5.0",
"framer-motion": "^7.1.1",
"magic-bytes.js": "^1.0.13",
"material-ui-popup-state": "^4.1.0",
"next": "16.1.5",
"react": "18.3.1",
"react-dom": "18.2.0",
"sharp": "^0.33.5",
"swr": "^1.3.0",
"type-fest": "^4.38.0",
"uuid": "^8.3.2",
"web-vitals": "^3.0.4"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/uuid": "^10.0.0",
"detect-port": "^2.1.0",
"jest": "^30.2.0",
"prettier": "3.5.3",
"supabase": "^2.77.0",
"typescript": "^5.8.2"
}
}