-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1004 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
38
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@project-serum/anchor": "^0.23.0",
"@sanity/client": "^3.3.0",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-react": "^0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
"@solana/wallet-adapter-wallets": "^0.15.5",
"@solana/web3.js": "^1.37.0",
"bootstrap": "^5.1.3",
"firebase": "^9.6.10",
"javascript-time-ago": "^2.3.13",
"next": "12.1.4",
"react": "18.0.0",
"react-bootstrap": "^2.2.2",
"react-dom": "18.0.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-simple-hook-modal": "^1.1.0",
"react-spinners": "^0.11.0"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}