-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.02 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
{
"name": "thecodedestroyer.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "tcd-scripts format",
"postinstall": "next typegen",
"lint": "tcd-scripts lint",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "2.2.10",
"@heroicons/react": "2.2.0",
"@vercel/analytics": "2.0.1",
"@vercel/speed-insights": "2.0.0",
"class-variance-authority": "0.7.1",
"framer-motion": "12.42.0",
"next": "16.2.9",
"react": "19.2.7",
"react-device-detect": "2.2.3",
"react-dom": "19.2.7",
"sharp": "0.35.2",
"zod": "4.4.3",
"zustand": "5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "4.3.2",
"@tcd-devkit/eslint-preset-next": "0.1.13",
"@tcd-devkit/prettier-config-react": "0.1.7",
"@tcd-devkit/scripts": "0.2.2",
"@tcd-devkit/tsconfig": "0.1.3",
"@types/node": "26.0.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"clsx": "2.1.1",
"eslint": "9.39.2",
"eslint-config-next": "16.2.9",
"postcss": "8.5.16",
"prettier": "3.9.3",
"schema-dts": "2.0.0",
"tailwindcss": "4.3.2",
"typescript": "6.0.3"
},
"packageManager": "pnpm@10.25.0",
"pnpm": {
"overrides": {
"@babel/core@<=7.29.0": ">=7.29.6",
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3",
"brace-expansion@<1.1.13": ">=1.1.13",
"flatted@<3.4.0": ">=3.4.0",
"flatted@<=3.4.1": ">=3.4.2",
"js-yaml@>=4.0.0 <=4.1.1": ">=4.2.0",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1",
"minimatch@<3.1.3": ">=3.1.3",
"minimatch@<3.1.4": ">=3.1.4",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
"picomatch@<2.3.2": ">=2.3.2",
"postcss@<8.5.10": ">=8.5.10"
}
}
}