-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 943 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@civic/solana-gateway-react": "^0.4.14-beta.1",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.4.4",
"@project-serum/anchor": "^0.22.1",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "^0.9.4",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.15.5",
"@solana/web3.js": "^1.36.0",
"date-fns": "^2.28.0",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.49.9",
"smoothscroll-polyfill": "^0.4.4",
"ts-node": "^10.7.0"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"prettier": "2.5.1",
"typescript": "^4.6.2"
}
}