forked from ardianreiss/evm-faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "kaon-faucet",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/kaon/kaon-faucet.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit && next lint"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/material-nextjs": "^6.1.6",
"@tanstack/react-form": "^0.35.0",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-store": "^0.6.1",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.17",
"ethers": "^6.13.4",
"hcaptcha": "^0.1.1",
"ioredis": "^5.2.4",
"next": "^14.2.17",
"react": "18.3.1",
"react-dom": "18.3.1",
"three": "^0.170.0",
"three-custom-shader-material": "^6.1.1"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/three": "^0.170.0",
"typescript": "5.4.5"
}
}