-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) 路 1.24 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) 路 1.24 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.0",
"@solana/spl-token": "^0.4.14",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-phantom": "^0.9.28",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-solflare": "^0.6.32",
"@solana/web3.js": "^1.98.4",
"@studio-freight/lenis": "^1.0.42",
"@tanstack/react-query": "^5.95.2",
"@upstash/redis": "^1.37.0",
"bs58": "^6.0.0",
"date-fns": "^4.1.0",
"ftp-deploy": "^2.4.7",
"gsap": "^3.14.2",
"lenis": "^1.3.19",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.8.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tanstack/react-query-devtools": "^5.95.2",
"@types/bn.js": "^5.2.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.2"
}
}