-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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": "interlace.community",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:maps": "SOURCE_MAPS=true next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@airgap/beacon-sdk": "^3.3.0",
"@everipedia/wagmi-magic-connector": "^0.7.1",
"@headlessui/react": "^1.7.4",
"@near-wallet-selector/core": "^7.4.0",
"@near-wallet-selector/neth": "^7.4.0",
"@next/font": "^13.0.2",
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@upstash/redis": "^1.16.1",
"autoprefixer": "^10.4.13",
"clipboard-copy": "^4.0.1",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"ethers": "^5.7.2",
"filestack-js": "^3.25.0",
"magic-sdk": "^10.0.0",
"near-api-js": "^1.1.0",
"next": "13.0.2",
"next-seo": "^5.14.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.6.0",
"react-select": "^5.6.0",
"tailwindcss": "^3.2.2",
"typescript": "4.8.4",
"wagmi": "^0.9.4"
}
}