-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
{
"name": "black-friday",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 9999",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@iconify/react": "6.0.2",
"@next/third-parties": "16.0.7",
"@vercel/functions": "3.1.4",
"ahooks": "3.9.6",
"clsx": "2.1.1",
"d3-geo": "3.1.1",
"d3-geo-projection": "4.0.0",
"es-toolkit": "1.41.0",
"libphonenumber-js": "1.12.25",
"next": "16.0.10",
"plyr": "3.8.3",
"plyr-react": "5.3.0",
"prop-types": "15.8.1",
"react": "19.2.0",
"react-countup": "6.5.3",
"react-dom": "19.2.0",
"react-hook-form": "7.65.0",
"react-intersection-observer": "10.0.0",
"tailwind-merge": "3.3.1",
"topojson-client": "3.1.0",
"zod": "4.1.12",
"zustand": "5.0.8"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@svgr/webpack": "8.1.0",
"@tailwindcss/postcss": "4.1.16",
"@types/d3-geo": "3.1.0",
"@types/node": "20.19.24",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/topojson-client": "3.1.5",
"@types/topojson-specification": "1.0.5",
"daisyui": "5.4.3",
"postcss-preset-env": "10.4.0",
"schema-dts": "1.1.5",
"tailwindcss": "4.1.16",
"typescript": "5.9.3",
"wrangler": "4.45.3"
}
}