-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.31 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.31 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
{
"name": "nextjs-web3",
"private": false,
"scripts": {
"prepare": "husky",
"dev": "next",
"watch": "tsc -w -p ./tsconfig.json",
"build": "next build",
"start": "next start -p 8080",
"pre-commit": "lint-staged",
"release": "standard-version",
"release:pub": "git push --follow-tags origin $(git rev-parse --abbrev-ref HEAD)"
},
"resolutions": {
"@inverter-network/abis": "^0.3.6",
"@inverter-network/sdk": "^0.3.14"
},
"peerDependencies": {
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-table": "^8.20.5",
"lucide-react": "^0.447.0",
"react-hook-form": "^7.53.0",
"recharts": "^2.1.1",
"viem": "^2.17.3",
"wagmi": "^2.10.9",
"lodash": "^4.17.21",
"typescript": "^5.5.3",
"zod": "^3.23.8",
"mongodb": "^6.7.0",
"type-fest-4": "npm:type-fest@^4.26.1"
},
"dependencies": {
"@dynamic-labs/ethereum": "^4.2.0",
"@dynamic-labs/sdk-react-core": "^4.2.0",
"@dynamic-labs/wagmi-connector": "^4.2.0",
"@hookform/resolvers": "^3.9.0",
"@inverter-network/graphql": "^0.9.5",
"@inverter-network/react": "^0.3.24",
"@tanstack/react-query-devtools": "^5.52.0",
"connect-mongo": "^5.1.0",
"fetch-retry-ts": "^1.3.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.3",
"next": "15.0.0",
"next-app-session": "^1.0.7",
"next-nprogress-bar": "^2.3.13",
"next-themes": "^0.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"sonner": "^1.5.0",
"ts-retry-promise": "^0.8.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.2",
"@tailwindcss/typography": "^0.5.14",
"@types/bun": "^1.1.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.16.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "latest",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.10",
"tsc-files": "^1.1.4"
},
"browser": {
"fs": false,
"path": false
},
"version": "0.3.13"
}