-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.05 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 3.05 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "dappbooster",
"private": true,
"version": "2.0.4",
"type": "module",
"scripts": {
"build": "tsc --noEmit --pretty && vite build",
"dev": "vite",
"dev:watch": "routes:watch & vite",
"docs:build": "vocs build",
"docs:dev": "vocs dev",
"docs:preview": "vocs preview",
"typedoc:build": "typedoc",
"lint": "pnpm biome check",
"lint:fix": "pnpm biome check --write",
"postinstall": "pnpm wagmi-generate",
"prepare": "husky",
"preview": "vite preview",
"routes:generate": "tsr generate",
"routes:watch": "tsr watch",
"subgraph-codegen": "graphql-codegen --config ./src/subgraphs/codegen.ts",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"wagmi-generate": "wagmi generate --config src/lib/wagmi/config.ts"
},
"dependencies": {
"@bootnodedev/db-subgraph": "^0.1.2",
"@chakra-ui/react": "^3.17.0",
"@emotion/react": "^11.14.0",
"@lifi/sdk": "^3.6.13",
"@rainbow-me/rainbowkit": "^2.2.9",
"@reown/appkit": "^1.8.10",
"@reown/appkit-adapter-wagmi": "^1.8.10",
"@t3-oss/env-core": "^0.13.4",
"@tanstack/react-query": "^5.75.7",
"@tanstack/react-router": "^1.120.3",
"@tanstack/react-virtual": "^3.13.8",
"@uniswap/default-token-list": "^13.33.0",
"@vercel/analytics": "^1.5.0",
"@web3icons/core": "^4.0.13",
"@web3icons/react": "^4.0.13",
"connectkit": "^1.9.0",
"graphql": "^16.11.0",
"graphql-request": "^7.1.2",
"next-themes": "^0.4.6",
"porto": "^0.2.28",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-error-boundary": "^6.0.0",
"react-jazzicon": "^1.0.4",
"react-number-format": "^5.4.4",
"use-debounce": "^10.0.4",
"viem": "^2.37.9",
"wagmi": "^2.17.5",
"zod": "^3.24.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@graphql-codegen/cli": "^5.0.6",
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.5.1",
"@tanstack/react-query-devtools": "^5.75.7",
"@tanstack/router-cli": "^1.120.3",
"@tanstack/router-devtools": "^1.120.3",
"@tanstack/router-plugin": "^1.120.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react-swc": "^3.9.0",
"@vitest/coverage-v8": "^3.1.3",
"@wagmi/cli": "^2.3.1",
"change-case": "^5.4.4",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"lint-staged": "^15.5.2",
"ts-node": "^10.9.2",
"typedoc": "^0.28.4",
"typedoc-github-theme": "^0.3.0",
"typedoc-plugin-inline-sources": "^1.3.0",
"typedoc-plugin-missing-exports": "^4.0.0",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-sitemap": "^0.7.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.3",
"vocs": "1.0.11"
},
"packageManager": "pnpm@10.30.2"
}