-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1015 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
39
40
{
"name": "solana-airdrop",
"description": "Airdrop site for solana",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@solana/web3.js": "^1.31.0",
"formik": "^2.2.9",
"framer-motion": "^4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kranthicodes/sol-airdrop.git"
},
"keywords": [],
"author": "Sai Kranthi",
"license": "ISC",
"bugs": {
"url": "https://github.com/kranthicodes/sol-airdrop/issues"
},
"homepage": "https://github.com/kranthicodes/sol-airdrop#readme"
}