-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
50
{
"name": "solana-account-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.2",
"@next/font": "13.1.6",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.11",
"@solana/web3.js": "^1.73.2",
"@types/bs58": "^4.0.1",
"@types/formidable": "^2.0.5",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@uiw/react-codemirror": "^4.19.9",
"bigint-buffer": "^1.1.5",
"encoding": "^0.1.13",
"eslint-config-next": "13.1.6",
"formidable": "^2.1.1",
"next": "13.1.6",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-json-view": "^1.21.3",
"react-table": "^7.8.0",
"solana-data-program": "^1.0.3",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/react-table": "^7.7.14",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.6"
}
}