-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.07 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
71
72
73
{
"name": "hard-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"check": "tsc -p tsconfig.app.json",
"lint": "eslint .",
"preview": "vite preview",
"test:unit": "vitest src --run",
"test:e2e": "playwright test"
},
"dependencies": {
"@cosmjs/amino": "^0.34.0",
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@fontsource/inter": "^5.1.0",
"@hanchon/signature-to-pubkey": "^1.0.0",
"@kava-labs/javascript-sdk": "^14.0.2",
"@modelcontextprotocol/sdk": "^1.17.0",
"@streamparser/json": "^0.0.21",
"@uidotdev/usehooks": "^2.4.1",
"@uniswap/sdk-core": "^7.7.2",
"@uniswap/v3-sdk": "^3.25.2",
"bech32": "^2.0.0",
"big.js": "^6.1.1",
"dompurify": "^3.2.4",
"ethers": "^6.13.4",
"highlight.js": "^11.11.1",
"lib-kava-ai": "github:kava-labs/lib-kava-ai#d4129629e7c6d7b85dc0429c756381be3c3d0d58",
"long": "^5.2.3",
"lucide-react": "^0.482.0",
"marked": "^15.0.7",
"marked-highlight": "^2.2.1",
"openai": "^4.73.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.1.0",
"viem": "^2.33.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@playwright/test": "^1.51.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/big.js": "^6.1.1",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"cpx": "^1.5.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"jsdom": "^26.0.0",
"prettier": "^3.5.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vitest": "^3.0.8"
},
"overrides": {
"braces": "^3.0.3",
"cookie": "^0.7.0",
"micromatch": "^4.0.8"
}
}