-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.17 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.17 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
{
"name": "nifi",
"version": "1.0.2",
"description": "Network Identity and Framework Interface",
"author": "",
"license": "MIT",
"private": true,
"homepage": "",
"repository": {
"type": "git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier --write \"**/*.{ts,tsx,js}\"",
"lint": "",
"prepare": "husky install"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/next-js": "2.2.0",
"@chakra-ui/react": "2.8.2",
"@coinbase/onchainkit": "^0.23.4",
"@dynamic-labs/ethereum": "^3.1.1",
"@dynamic-labs/sdk-react-core": "^3.1.1",
"@dynamic-labs/wagmi-connector": "^3.1.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lighthouse-web3/sdk": "^0.3.3",
"@rainbow-me/rainbowkit": "2.0.5",
"@tanstack/react-query": "^5.32.0",
"@vercel/analytics": "1.2.2",
"@worldcoin/idkit": "^1.2.2",
"axios": "^1.7.2",
"babel-loader": "^9.2.1",
"base-64": "^1.0.0",
"ethers": "^6.13.2",
"framer-motion": "^11.1.7",
"generic-pool": "^3.9.0",
"ioredis": "^5.4.1",
"lodash": "^4.17.21",
"next": "14.2.3",
"pg": "^8.12.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"react-icons": "^5.2.1",
"react-jazzicon": "1.0.4",
"redis": "^4.7.0",
"sharp": "0.33.3",
"uuid": "^10.0.0",
"viem": "^2.9.27",
"wagmi": "^2.5.22"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"prettier": "3.2.5",
"typescript": "5.4.5"
},
"keywords": [
"nextjs",
"wagmi",
"viem",
"web3",
"boilerplate",
"chakra-ui",
"rainbowkit",
"ethereum-dapp",
"ethereum-boilerplate",
"ethereum-dapp",
"web3-boilerplate",
"web3-dapp"
]
}