-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 791 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 791 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@metamask/detect-provider": "^1.2.0",
"@mui/icons-material": "^5.1.0",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"cryptocurrency-icons": "^0.18.0",
"formik": "^2.2.9",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"web3": "^1.6.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19",
"typescript": "^4.4.4"
}
}