-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1014 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": "@ardianreiss/simple-evm-faucet",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/ardianreiss/evm-faucet.git"
},
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"tradingcalc": "1.2.0",
"code-solana-checker": "1.0.0",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@next/font": "13.1.1",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"ethers": "^5.7.2",
"hcaptcha": "^0.1.1",
"ioredis": "^5.2.4",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
},
"homepage": "https://github.com/ardianreiss/evm-faucet"
}