-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "satya-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@gsap/react": "^2.1.2",
"@mysten/dapp-kit": "^0.19.8",
"@mysten/seal": "^0.9.4",
"@mysten/sui": "^1.45.0",
"@mysten/walrus": "^0.8.3",
"@tanstack/react-query": "^5.90.7",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.24",
"gsap": "^3.13.0",
"gsap-trial": "^3.12.7",
"lucide-react": "^0.553.0",
"next": "^16.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.0.1",
"eslint": "^8.0.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.0.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0"
}
}