-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.53 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
{
"name": "ember",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"hackathon:ui": "powershell -ExecutionPolicy Bypass -File scripts/run-hackathon-ui.ps1",
"build": "tsc && vite build",
"preview": "vite preview",
"node": "hardhat node --config contracts/hardhat.config.ts",
"deploy:local": "hardhat run --config contracts/hardhat.config.ts contracts/scripts/deploy.ts --network localhost",
"deploy:amoy": "hardhat run --config contracts/hardhat.config.ts contracts/scripts/deploy.ts --network amoy",
"test": "hardhat test --config contracts/hardhat.config.ts"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^4.0.7",
"@openzeppelin/contracts": "^4.9.6",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"dotenv": "^17.4.1",
"ethers": "^6.16.0",
"hardhat": "^3.3.0",
"postcss": "^8.5.9",
"tailwindcss": "^3.4.17",
"typescript": "~6.0.2",
"vite": "^8.0.4"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@tailwindcss/typography": "^0.5.19",
"clsx": "^2.1.1",
"ethers": "^6.16.0",
"framer-motion": "^12.38.0",
"gsap": "^3.14.2",
"lenis": "^1.3.21",
"lucide-react": "^1.8.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.72.1",
"react-router-dom": "^7.14.0",
"three": "^0.183.2"
}
}