-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 956 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 956 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
{
"name": "shadcn-ui-monorepo",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"vercel-build": "turbo run db:generate && turbo run db:deploy && turbo run build:web",
"dev:mobile": "turbo dev:mobile",
"build:mobile": "turbo build:mobile",
"build:mobile:dev": "turbo build:mobile:dev"
},
"devDependencies": {
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"eslint": "^9.27.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"turbo": "^2.4.2",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=20"
},
"pnpm": {
"overrides": {
"@opentelemetry/instrumentation": "0.213.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}
}