-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "hackverse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@monaco-editor/react": "^4.7.0",
"@react-three/drei": "^10.0.4",
"@react-three/fiber": "^9.1.0",
"cors": "^2.8.5",
"ethers": "^6.13.5",
"firebase": "^11.5.0",
"framer-motion": "^12.5.0",
"lucide-react": "^0.483.0",
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-toastify": "^11.0.5",
"three": "^0.174.0",
"web3": "^4.16.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.2.0",
"@tailwindcss/postcss": "^4",
"dotenv": "^16.4.7",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"hardhat": "^2.22.19",
"tailwindcss": "^4"
}
}