-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
{
"name": "digitsave-web3lagos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.5",
"@tanstack/react-query": "^5.53.2",
"@types/lodash": "^4.17.9",
"bn.js": "^5.2.1",
"ethers": "^5.7.2",
"formik": "^2.4.6",
"framer-motion": "^11.3.31",
"lodash": "^4.17.21",
"next": "14.2.7",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-number-format": "^5.4.1",
"react-player": "^2.16.0",
"react-scroll": "^1.9.0",
"urql": "^4.1.0",
"viem": "^2.21.1",
"wagmi": "^2.12.8",
"web3": "^4.12.1",
"web3-validator": "^2.0.6",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.43",
"tailwindcss": "^3.4.10",
"typescript": "^5"
}
}