-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 943 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 943 Bytes
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": "rbtc-faucet",
"version": "2.3.1",
"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",
"joi": "^18.0.1",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-google-recaptcha": "^3.1.0",
"react-gtm-module": "^2.0.11",
"sass": "^1.93.2",
"sweetalert2": "^11.6.13",
"swiper": "^12.1.2",
"web3": "^4.16.0"
},
"devDependencies": {
"@types/react": "19.2.10",
"@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"
}
}