forked from Txio-labs/txio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.32 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
{
"name": "txio-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dicebear/collection": "^9.3.0",
"@dicebear/core": "^9.3.0",
"@google/genai": "^1.34.0",
"@lobstrco/signer-extension-api": "^2.0.0",
"@mysten/dapp-kit": "^0.19.8",
"@mysten/sui": "^1.44.0",
"@mysten/sui.js": "^0.54.1",
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^15.1.0",
"@tanstack/react-query": "^5.100.9",
"buffer": "^6.0.3",
"framer-motion": "^12.38.0",
"gsap": "^3.15.0",
"lucide-react": "^0.556.0",
"next": "^16.2.6",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"viem": "^2.50.4",
"wagmi": "^3.6.15"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "22.19.19",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.14",
"tailwindcss": "^4.3.0",
"typescript": "5.8.3"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "*",
"@rollup/rollup-darwin-x64": "*",
"@rollup/rollup-linux-arm64-gnu": "*",
"@rollup/rollup-linux-x64-gnu": "*",
"@rollup/rollup-win32-x64-msvc": "*"
}
}