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
52 lines (52 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.39 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
51
52
{
"name": "txio-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@dicebear/collection": "^9.3.0",
"@dicebear/core": "^9.3.0",
"@lobstrco/signer-extension-api": "^2.0.0",
"@mysten/dapp-kit": "^0.19.8",
"@mysten/sui": "^1.44.0",
"@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",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "22.19.19",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.6",
"jsdom": "^29.1.1",
"postcss": "^8.5.14",
"tailwindcss": "^4.3.0",
"typescript": "5.8.3",
"vitest": "^4.1.10"
}
}