-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.49 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
51
52
53
54
{
"name": "solfees.fyi",
"license": "GPL-3.0-or-later",
"version": "2.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "rimraf .next && next dev",
"lint": "tsc --noEmit",
"prettify": "prettier -w 'scripts/**/*.mjs' 'src/**/*.{js,jsx,mjs,ts,tsx}' next.config.js postcss.config.js tailwind.config.js",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@portal-payments/solana-wallet-names": "^2.1.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-base-ui": "^0.1.2",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.91.4",
"@vercel/kv": "^1.0.1",
"bignumber.js": "^9.1.2",
"classnames": "^2.5.1",
"ky": "^1.2.3",
"next": "^14.2.1",
"next-plausible": "^3.12.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-use": "^17.5.0",
"sharp": "^0.33.3"
},
"devDependencies": {
"@types/react": "18.2.45",
"autoprefixer": "^10.4.19",
"bigint-buffer": "^1.1.5",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lokijs": "^1.5.12",
"meow": "^12.1.1",
"node-fetch": "^3.3.2",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.3",
"typescript": "5.2.2"
}
}