-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
44
45
46
47
48
49
50
{
"name": "petprotect",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"axios": "^1.8.3",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"ethers": "^6.13.5",
"formidable": "^3.5.2",
"lucide-react": "^0.503.0",
"next": "^15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-router-dom": "^7.1.5",
"viem": "^2.23.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@types/estree": "^1.0.6",
"@types/formidable": "^3.4.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.17.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/webpack": "^5.28.5",
"eslint": "^9.0.0",
"eslint-config-next": "15.1.5",
"hardhat": "^2.22.18",
"postcss": "^8.0.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
}
}