forked from eosnetworkfoundation/evm.faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 967 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
{
"name": "evm-faucet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 7777",
"build": "next build",
"start": "next start -p 7777"
},
"dependencies": {
"@chakra-ui/icons": "latest",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@hcaptcha/react-hcaptcha": "^1.11.0",
"@next/third-parties": "^14.2.15",
"@wharfkit/session": "latest",
"@wharfkit/wallet-plugin-privatekey": "latest",
"axios": "^1.7.7",
"dayjs": "1.x",
"framer-motion": "^11.3.12",
"nextjs-google-analytics": "latest",
"react": "19.0.0-canary-fd0da3eef-20240404",
"react-dom": "19.0.0-canary-fd0da3eef-20240404",
"recoil": "latest",
"sass": "^1.77.8",
"swr": "latest"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"next": "canary",
"typescript": "latest"
}
}