-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1006 Bytes
/
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
{
"name": "solana-faucet",
"version": "1.0.0",
"description": "A web page to airdrop solana",
"scripts": {
"start": "parcel public/index.html",
"build": "parcel build public/index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saikumarpb/solana-faucet.git"
},
"author": "Sai Kumar P B",
"license": "ISC",
"bugs": {
"url": "https://github.com/saikumarpb/solana-faucet/issues"
},
"homepage": "https://github.com/saikumarpb/solana-faucet#readme",
"devDependencies": {
"@parcel/transformer-svg-react": "^2.8.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"buffer": "^5.7.1",
"parcel": "^2.8.3",
"prettier": "^2.8.4",
"process": "^0.11.10"
},
"dependencies": {
"@solana/web3.js": "^1.73.3",
"bootstrap": "^5.2.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.2",
"typescript": "^4.9.5"
}
}