-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
47
48
49
{
"name": "solarmy-collection-game-frontend",
"version": "0.1.0",
"author": "sasuke0601",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@metaplex/js": "4.12.0",
"@mui/material": "^5.6.2",
"@nfteyez/sol-rayz": "^0.10.2",
"@project-serum/anchor": "0.24.2",
"@solana/wallet-adapter-base": "^0.9.3",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.15.4",
"@solana/web3.js": "^1.35.0",
"axios": "^0.27.2",
"copy-to-clipboard": "^3.3.2",
"firebase": "^9.8.2",
"form-data": "^4.0.0",
"moment": "^2.29.3",
"next": "12.1.0",
"next-seo": "^5.4.0",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-dropdown": "^1.10.0",
"react-modern-calendar-datepicker": "^3.1.6",
"react-spinners": "^0.11.0",
"react-switch": "^7.0.0",
"react-toastify": "^8.2.0",
"sass": "^1.49.8",
"socket.io-client": "^4.5.1"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}