-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.47 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
51
52
53
54
55
56
{
"name": "shadowline",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"setup": "node scripts/setup.js",
"deploy": "node scripts/setup.js",
"docker:up": "docker compose up -d --build"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@tanstack/react-query": "^5.101.0",
"@zama-fhe/react-sdk": "^3.0.1",
"@zama-fhe/sdk": "^3.0.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3-delaunay": "^6.0.4",
"framer-motion": "^12.41.0",
"lucide-react": "^1.18.0",
"motion": "^12.41.0",
"next": "16.2.9",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "^5.6.0",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.6.0",
"three": "^0.184.0",
"viem": "^2.52.2",
"wagmi": "^3.6.16"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/canvas-confetti": "^1.9.0",
"@types/d3-delaunay": "^6.0.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.184.1",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"jimp": "^1.6.1",
"tailwindcss": "^4.3.1",
"typescript": "^5",
"vitest": "^4.1.9"
}
}