-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.77 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
{
"name": "pw-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:ssl": "next dev | npx local-ssl-proxy --source 3001 --target 3000"
},
"dependencies": {
"@chakra-ui/progress": "^2.2.0",
"@ethereum-attestation-service/eas-sdk": "^1.2.0-beta.0",
"@headlessui/react": "^1.7.17",
"@rainbow-me/rainbowkit": "^1.2.0",
"@react-hook/window-size": "^3.1.1",
"@spruceid/siwe-parser": "^2.0.2",
"@types/dompurify": "^3.0.4",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"dompurify": "^3.0.6",
"eslint-config-next": "13.4.2",
"ethers": "^5.7.2",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lottie-react": "^2.4.0",
"ml-matrix": "^6.11.0",
"next": "13.4.2",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-collapsed": "^4.0.4",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-zoom-pan-pinch": "^3.1.0",
"recharts": "^2.8.0",
"sass": "^1.64.2",
"siwe": "^2.1.4",
"tailwind-merge": "^2.0.0",
"typescript": "5.0.4",
"use-debounce": "^9.0.3",
"viem": "^1.16.3",
"wagmi": "^1.4.12"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.7",
"@wagmi/cli": "^1.5.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.9.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.7"
}
}