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
70 lines (70 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.83 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "txio-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "serve out",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@dicebear/collection": "^9.4.2",
"@dicebear/core": "^9.3.0",
"@lobstrco/signer-extension-api": "^2.0.0",
"@mysten/dapp-kit": "^1.1.8",
"@mysten/sui": "^2.22.0",
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^16.0.1",
"@tanstack/react-query": "^5.101.3",
"buffer": "^6.0.3",
"framer-motion": "^12.42.2",
"gsap": "^3.15.0",
"lucide-react": "^1.25.0",
"next": "^16.2.11",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"viem": "^2.55.0",
"wagmi": "^3.7.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@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": "26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.5.4",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.5",
"eslint-config-next": "^16.2.10",
"jsdom": "^29.1.1",
"postcss": "^8.5.20",
"serve": "^14.2.4",
"tailwindcss": "^4.3.3",
"typescript": "5.9.3",
"vitest": "^4.1.10"
},
"overrides": {
"axios": "^1.18.1",
"form-data": "^4.0.6",
"ws": "^8.20.2",
"postcss": "^8.5.20",
"cross-spawn": "^7.0.6",
"micromatch": "^4.0.8",
"braces": "^3.0.3",
"path-to-regexp": "^6.3.0",
"brace-expansion": "^5.0.8",
"minimatch": "^10.2.5",
"ejs": "^3.1.10",
"filelist": "^1.0.4",
"jake": "^10.9.2",
"glob": "^10.4.5"
}
}