-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.43 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": "@solana/wallet-adapter-nextjs-starter",
"version": "0.8.5",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
"files": [
"pages",
"public",
"styles",
".eslintrc.json",
"LICENSE",
"next.config.js",
"next-env.d.ts",
"README.md",
"tsconfig.json"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf .next",
"dev": "next dev",
"build": "yarn clean && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@project-serum/anchor": "0.25.0",
"@solana-mobile/wallet-adapter-mobile": "^0.0.1-alpha.0",
"@solana/wallet-adapter-base": "^0.9.9",
"@solana/wallet-adapter-react": "^0.15.8",
"@solana/wallet-adapter-react-ui": "^0.9.10",
"@solana/wallet-adapter-wallets": "^0.16.8",
"next": "^12.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"eslint": "^8.11.0",
"eslint-config-next": "^12.0.7",
"shx": "^0.3.3",
"typescript": "^4.6.2"
},
"gitHead": "389767182619fc76ab939920f75cc7194ff77340"
}