generated from BootNodeDev/dAppBooster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.55 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.55 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "dappbooster",
"private": true,
"version": "0.9.20",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
"dev": "vite",
"dev:watch": "routes:watch & vite",
"docs:build": "vocs build",
"docs:dev": "vocs dev",
"docs:preview": "vocs preview",
"generateDocs": "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",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"wagmi-generate": "wagmi generate --config src/lib/wagmi/config.ts"
},
"dependencies": {
"@balancer/sdk": "^3.1.0",
"@bootnodedev/db-ui-toolkit": "1.0.0-beta.2",
"@ethersproject/providers": "^5.8.0",
"@faceless-ui/modal": "3.0.0-beta.2",
"@lifi/sdk": "^3.6.8",
"@t3-oss/env-core": "^0.11.1",
"@tanstack/react-query": "^5.74.4",
"@tanstack/react-router": "^1.116.0",
"@tanstack/react-virtual": "^3.13.6",
"@uniswap/default-token-list": "^13.29.0",
"@uniswap/permit2-sdk": "^1.3.1",
"@uniswap/sdk-core": "^7.7.2",
"@uniswap/v3-sdk": "^3.25.2",
"@uniswap/v4-sdk": "^1.21.2",
"@vercel/analytics": "^1.5.0",
"connectkit": "^1.9.0",
"ethers": "5.7.2",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"jsbi": "^4.3.2",
"modern-normalize": "^3.0.1",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hot-toast": "^2.5.2",
"react-jazzicon": "^1.0.4",
"react-number-format": "^5.4.4",
"styled-components": "^6.1.17",
"use-debounce": "^10.0.4",
"viem": "^2.27.2",
"wagmi": "^2.14.16",
"zod": "^3.24.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@graphql-codegen/cli": "^5.0.5",
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.5.1",
"@tanstack/react-query-devtools": "^5.74.4",
"@tanstack/router-cli": "^1.116.0",
"@tanstack/router-devtools": "^1.116.0",
"@tanstack/router-vite-plugin": "^1.116.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@vitejs/plugin-react-swc": "^3.9.0",
"@vitest/coverage-v8": "^3.1.1",
"@wagmi/cli": "^2.2.1",
"change-case": "^5.4.4",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.5.1",
"postcss-styled-syntax": "^0.6.4",
"stylelint": "^16.18.0",
"stylelint-config-standard": "^36.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc-plugin-inline-sources": "^1.3.0",
"typedoc-plugin-missing-exports": "^3.1.0",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typedoc-plugin-zod": "^1.4.1",
"typescript": "^5.8.3",
"vite": "^6.3.1",
"vitest": "^3.1.1",
"vocs": "1.0.0-alpha.59"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"@swc/core",
"bigint-buffer",
"bufferutil",
"esbuild",
"keccak",
"secp256k1",
"utf-8-validate"
]
},
"resolutions": {
"jsbi": "3.2.5"
},
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
}