-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "dynamic-audio-nft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@gitcoinco/passport-sdk-reader": "^0.1.4",
"@lit-protocol/sdk-browser": "^1.1.241",
"@mantine/core": "^5.6.4",
"@mantine/dates": "^5.6.4",
"@mantine/dropzone": "^5.6.4",
"@mantine/form": "^5.6.4",
"@mantine/hooks": "^5.6.4",
"@mantine/next": "^5.6.4",
"@mantine/notifications": "^5.6.4",
"@orbisclub/orbis-sdk": "0.4.9",
"@rainbow-me/rainbowkit": "^0.7.4",
"@tabler/icons": "^1.109.0",
"@vocdoni/sdk": "^0.0.2-alpha",
"alchemy-sdk": "^2.2.0",
"dayjs": "^1.11.7",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.7.2",
"next": "12.3.1",
"nft.storage": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tabler-icons-react": "^1.56.0",
"typescript": "4.8.4",
"wagmi": "^0.7.10"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25"
}
}