-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "shirt-shop",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"replace-workspace-version": "node scripts/replace-workspace-version.mjs",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "2.2.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/postcss": "^4.0.9",
"@tailwindcss/typography": "0.5.16",
"@vercel/analytics": "1.5.0",
"@vercel/edge": "1.2.1",
"@vercel/edge-config": "1.4.0",
"@vercel/toolbar": "0.1.33",
"clsx": "2.1.1",
"flags": "workspace:*",
"js-xxhash": "4.0.0",
"nanoid": "5.1.2",
"next": "15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9.21.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.9",
"typescript": "^5.7.3"
}
}