-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 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
{
"name": "tokenx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.15",
"@mui/icons-material": "^5.14.3",
"@mui/joy": "5.0.0-beta.9",
"@mui/material": "^5.14.3",
"@mui/system": "^5.14.9",
"@openzeppelin/contracts": "^4.9.3",
"@spheron/storage": "^2.0.1",
"@types/formidable": "^3.4.3",
"@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"@worldcoin/idkit": "^0.5.1",
"animate.css": "^4.1.1",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"ethers": "^5",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"next": "13.4.12",
"next-themes": "^0.2.1",
"postcss": "8.4.27",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-animation-on-scroll": "^5.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-transition-group": "^4.4.5",
"sharp": "^0.32.5",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"usehooks-ts": "^2.9.1",
"viem": "^1.5.3",
"wagmi": "^1.3.9"
}
}