-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 948 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^2.6.1",
"@nextui-org/react": "^2.2.10",
"@shinami/nextjs-zklogin": "^0.2.4",
"@vercel/analytics": "^1.2.2",
"axios": "^1.6.8",
"express-jwt": "^6.0.0",
"framer-motion": "^11.0.22",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^4.0.0",
"jwt-encode": "^1.0.1",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-unity-webgl": "^9.5.1",
"rxjs": "^7.3.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2"
}
}