-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1016 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1016 Bytes
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": "web-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.10.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/canvas-confetti": "^1.6.4",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"framer-motion": "^11.2.14",
"lucide-react": "^0.406.0",
"next": "^16.0.0",
"next-mdx-remote": "^6.0.0",
"next-view-transitions": "^0.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.2.1",
"render2": "^1.4.2",
"shiki": "^1.10.3",
"swr": "^2.4.0",
"use-lanyard": "^1.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^19.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^16.0.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
}
}