-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 969 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": "rbtc-faucet",
"version": "2.1.3",
"private": true,
"scripts": {
"prod": "NODE_ENV=production next start",
"dev": "NODE_ENV=development next dev --turbopack",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rsksmart/rns-resolver.js": "^1.1.0",
"@rsksmart/rsk-utils": "^2.0.5",
"axios": "^1.7.9",
"cron": "^3.3.2",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-google-recaptcha": "^3.1.0",
"react-gtm-module": "^2.0.11",
"sass": "^1.83.4",
"sweetalert2": "^11.6.13",
"swiper": "^11.2.0",
"web3": "^4.16.0"
},
"devDependencies": {
"@types/react": "19.0.3",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-gtm-module": "^2.0.4",
"eslint": "^8",
"eslint-config-next": "15.1.3",
"tailwindcss": "^3.4.17"
},
"overrides": {
"@types/react": "19.0.3"
}
}