forked from nina-protocol/hub-minimal-next-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 808 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
{
"name": "hub-minimal-next-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nina-protocol/js-sdk": "^0.0.12",
"@solana/wallet-adapter-base": "^0.9.18",
"@solana/wallet-adapter-react": "^0.15.23",
"@solana/wallet-adapter-react-ui": "^0.9.21",
"@solana/wallet-adapter-wallets": "^0.19.5",
"autoprefixer": "^10.4.12",
"next": "12.3.1",
"postcss": "^8.4.17",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-simple-snackbar": "^1.1.11",
"tailwind": "^4.0.0",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"eslint": "8.25.0",
"eslint-config-next": "12.3.1"
}
}