-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.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
{
"name": "pa-mint-house",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.1.6",
"@public-assembly/dao-utils": "^0.0.6",
"@tanstack/react-query": "^4.28.0",
"@types/lodash": "^4.14.191",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@wagmi/core": "^0.10.0",
"@zoralabs/nft-hooks": "^1.2.1",
"alchemy-sdk": "^2.6.1",
"connectkit": "^1.1.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"ethers": "^5.7.2",
"framer-motion": "^9.0.2",
"fuse.js": "^6.6.2",
"graphql": "^16.6.0",
"install": "^0.13.0",
"lodash": "^4.17.21",
"next": "13.1.6",
"pa-mint-house": "link:",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fuzzy-highlighter": "^1.1.1",
"react-icons": "^4.7.1",
"react-responsive-carousel": "^3.2.23",
"typescript": "4.9.5",
"urql": "^3.0.3",
"wagmi": "^0.11.5"
}
}