-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1010 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@metaplex-foundation/js": "^0.17.5",
"@moralisweb3/common-sol-utils": "^2.10.0",
"@solana/wallet-adapter-base": "^0.9.18",
"@solana/wallet-adapter-react": "^0.15.24",
"@solana/wallet-adapter-react-ui": "^0.9.22",
"@solana/wallet-adapter-wallets": "^0.19.5",
"@solana/web3.js": "^1.66.2",
"country-state-city": "^3.1.2",
"fs": "^0.0.1-security",
"mapbox-gl": "^2.11.1",
"moralis": "^2.10.0",
"next": "latest",
"next-auth": "^4.18.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-map-gl": "^7.0.19",
"react-select": "^5.7.0"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.3",
"typescript": "4.8.4"
}
}