-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2 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": "bloctrace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"theme": "chakra-cli tokens src/theme/theme.tsx",
"theme:watch": "chakra-cli tokens src/theme/theme.tsx --watch"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@chakra-ui/toast": "^7.0.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.3",
"@formspree/react": "^2.4.4",
"@moralisweb3/next": "^2.22.3",
"@rainbow-me/rainbowkit": "^1.3.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.2.0",
"@wagmi/chains": "^1.4.0",
"alchemy-sdk": "^2.6.2",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"css-loader": "^6.8.1",
"ethers": "^5.7.2",
"firebase": "^9.23.0",
"formik": "^2.4.2",
"framer-motion": "^10.12.17",
"moralis": "^2.22.3",
"next": "13.1.2",
"next-auth": "^4.22.1",
"nodemailer": "^6.9.3",
"postcss": "^8.4.24",
"postcss-custom-properties": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"rpc": "^3.3.3",
"siwe": "^2.1.4",
"usehooks-ts": "^2.9.1",
"viem": "^1.2.1",
"wagmi": "^1.3.2",
"webpack": "^5.0.0"
},
"devDependencies": {
"@chakra-ui/cli": "^2.4.1",
"@svgr/webpack": "5.5.0",
"@types/node": "17.0.23",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-table": "7.7.10",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "8.5.0",
"lint-staged": "12.3.7",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "6.7.0",
"prettier": "2.6.2",
"stylelint": "14.6.1",
"stylelint-config-css-modules": "4.1.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "25.0.0",
"typescript": "^5.1.5"
}
}