-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "nextjs-with-styled-components-typescript",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@metaplex/js": "^4.7.0",
"@mui/lab": "^5.0.0-alpha.58",
"@mui/material": "latest",
"@mui/styled-engine-sc": "latest",
"@project-serum/anchor": "^0.18.2",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "^0.7.0",
"@solana/wallet-adapter-react": "^0.13.1",
"@solana/wallet-adapter-react-ui": "^0.6.1",
"@solana/wallet-adapter-wallets": "^0.11.3",
"@solana/web3.js": "latest",
"next": "latest",
"next-transpile-modules": "latest",
"react": "^17.0.2",
"react-dom": "latest",
"react-hot-toast": "^2.1.1",
"react-is": "latest",
"styled-components": "latest"
},
"devDependencies": {
"@types/react": "latest",
"@types/styled-components": "latest",
"babel-plugin-styled-components": "latest",
"typescript": "latest"
}
}