-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) 路 970 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) 路 970 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
{
"name": "web-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"travel:password": "bun scripts/travel-password.ts",
"travel:map": "bun scripts/generate-travel-map.ts",
"test:travel": "bun test tests/travel.test.ts"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.13",
"canvas-confetti": "^1.9.3",
"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",
"shiki": "^1.10.3",
"swr": "^2.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/bun": "^1.4.2",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^26.5.1",
"@types/react": "^19.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^16.0.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
}
}