-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) Β· 2.29 KB
/
package.json
File metadata and controls
80 lines (80 loc) Β· 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "aureliendupaysdexemple",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@liveblocks/client": "^3.15.2",
"@liveblocks/node": "^3.15.2",
"@liveblocks/react": "^3.15.2",
"@octokit/graphql": "^9.0.3",
"@octokit/graphql-schema": "^15.26.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@sugardarius/anzen": "^2.2.1",
"@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^2.0.1",
"@vercel/functions": "^3.4.3",
"@vercel/speed-insights": "^2.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cobe": "^0.6.5",
"date-fns": "^4.1.0",
"geist": "^1.7.0",
"mini-svg-data-uri": "^1.4.4",
"motion": "^12.36.0",
"nanoid": "^5.1.6",
"next": "^16.1.6",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-canvas-confetti": "^2.0.7",
"react-dom": "^19.2.4",
"react-hotkeys-hook": "^5.2.4",
"react-use-event-hook": "^0.9.6",
"sonner": "^2.0.7",
"sugar-high": "^0.9.5",
"swr": "^2.4.1",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.183.2",
"vaul": "^1.1.2",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.2.1",
"@types/dom-view-transitions": "^1.0.6",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"eslint": "^9.39.4",
"eslint-config-next": "^16.1.6",
"eslint-mdx": "^3.7.0",
"eslint-plugin-mdx": "^3.7.0",
"eslint-plugin-prettier": "^5.5.5",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.0"
}
}