-
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) · 955 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 955 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": "shadcn-ui-monorepo",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@10.27.0",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"pnpm": {
"overrides": {
"typescript": "5.9.3",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"csstype": "3.2.3",
"react-hook-form": "7.54.2",
"zod": "3.25.76",
"@hookform/resolvers": "3.10.0"
}
},
"dependencies": {
"react": "19.2.1",
"react-dom": "19.2.1",
"next": "16.0.10",
"react-hook-form": "7.54.2",
"zod": "3.25.76",
"@hookform/resolvers": "3.10.0"
},
"devDependencies": {
"typescript": "5.9.3",
"prettier": "^3.7.4",
"turbo": "^2.7.3",
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*"
}
}