generated from InverterNetwork/nextjs-web3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.9 KB
/
package.json
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
{
"name": "bounty",
"private": false,
"scripts": {
"prepare": "husky",
"dev": "next",
"watch": "tsc -w",
"build": "next build",
"start": "next start -p 8080",
"pre-commit": "lint-staged",
"release": "standard-version"
},
"dependencies": {
"@dynamic-labs/ethereum": "^2.5.1",
"@dynamic-labs/sdk-react-core": "^2.5.1",
"@dynamic-labs/wagmi-connector": "^2.5.1",
"@emotion/react": "^11.13.3",
"@inverter-network/sdk": "^0.3.0-alpha.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query-devtools": "^5.52.2",
"clsx": "^2.1.1",
"next": "latest",
"next-nprogress-bar": "^2.3.13",
"node-ts-cache": "^4.4.0",
"node-ts-cache-storage-memory": "^4.4.0",
"react": "18.2.0",
"react-daisyui": "5.0.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-json-view-lite": "^1.4.0",
"react-redux": "^8.1.3",
"redux-persist": "^6.0.0",
"sonner": "^1.5.0",
"swiper": "^11.1.10",
"tailwind-merge": "^2.5.2",
"ts-retry-promise": "^0.8.1"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@tailwindcss/typography": "^0.5.14",
"@types/bun": "^1.1.8",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"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"
},
"peerDependencies": {
"typescript": "^5.5.4",
"zod": "^3.22.4",
"lodash": "^4.17.21",
"@tanstack/react-query": "^5.52.0",
"viem": "^2.20.0",
"wagmi": "^2.12.7"
},
"browser": {
"fs": false,
"path": false
}
}