generated from builderz-labs/builderz-solana-dapp-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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": "anon-pay",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@coral-xyz/borsh": "^0.26.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.15",
"@mui/styled-engine-sc": "^5.10.14",
"@next/font": "^13.1.2",
"@nextui-org/react": "^1.0.0-beta.10",
"@solana/pay": "^0.2.4",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.30",
"@solana/wallet-adapter-react-ui": "^0.9.29",
"@solana/wallet-adapter-wallets": "^0.19.15",
"@solana/web3.js": "^1.72.0",
"bignumber.js": "^9.1.1",
"daisyui": "^2.42.0",
"elusiv-sdk": "file:./elusiv-sdk-frontend-1.0.11.tgz",
"next": "13.1.2",
"next-themes": "^0.2.1",
"react": "^18.2",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"react-toastify": "^9.1.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.4",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
}
}