-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 782 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 782 Bytes
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
{
"name": "solana-pay-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint"
},
"//IMP START": "IMP START - Web3Auth Installation",
"dependencies": {
"@solana/pay": "^0.2.6",
"@solana/web3.js": "^1.98.4",
"@web3auth/modal": "^10.15.0",
"bignumber.js": "^9.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"//IMP END": "IMP END - Web3Auth Installation",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"buffer": "^6.0.3",
"process": "^0.11.10",
"typescript": "^5.5.4",
"vite": "^5.4.0"
}
}