-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 744 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 744 Bytes
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"axios": "^1.9.0",
"bcryptjs": "^3.0.2",
"cookie": "^1.0.2",
"formidable": "^3.5.4",
"framer-motion": "^12.15.0",
"jsonwebtoken": "^9.0.2",
"next": "15.3.1",
"react": "^19.0.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.0.0",
"react-swipeable": "^7.0.2",
"sharp": "^0.34.2"
}
}