-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "soltpay",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@metaplex/js": "^4.7.0",
"@nfteyez/sol-rayz": "^0.10.2",
"@project-serum/anchor": "^0.25.0-beta.1",
"@solana/pay": "^0.2.1",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.5",
"@solana/wallet-adapter-react-ui": "^0.9.7",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.43.4",
"@tailwindcss/forms": "^0.5.0",
"@types/node": "18.0.0",
"bignumber.js": "^9.0.2",
"bs58": "^5.0.0",
"dotenv": "^16.0.1",
"jsonwebtoken": "^8.5.1",
"mkdirp": "^1.0.4",
"next": "12.2.1",
"react": "18.2.0",
"react-circular-progressbar": "^2.0.4",
"react-dom": "18.2.0",
"react-hot-toast": "^2.2.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
}
}