-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.61 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "hashmimic-v2",
"version": "0.1.0",
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"dev --turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier src/ --write",
"fmt": "pnpm prettier && pnpm lint",
"com": "dlx shadcn-ui@latest add"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": "pnpm fmt"
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"@react-three/drei": "^9.88.0",
"@react-three/fiber": "^8.14.5",
"@uidotdev/usehooks": "^2.3.1",
"abitype": "^0.9.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"ethers": "^6.7.1",
"framer-motion": "^10.16.4",
"lucide-react": "^0.284.0",
"meshline": "^3.1.6",
"next": "14.1.0",
"react": "^18.2.0",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.157.0",
"three-stdlib": "^2.28.0",
"threejs-meshline": "^2.0.12",
"validator": "^13.11.0",
"viem": "^1.16.2",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.157.0",
"@types/validator": "^13.11.1",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.0",
"lint-staged": "^14.0.1",
"postcss": "^8",
"prettier": "3.0.3",
"tailwindcss": "^3",
"typescript": "^5",
"zod": "^3.22.4"
}
}