-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 832 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 832 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,js,jsx,mjs,css,scss,md}\"",
"prepare": "husky",
"remove-modules": "npx npkill"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"turbo": "^2.5.4",
"typescript": "5.8.3"
},
"packageManager": "pnpm@10.11.0",
"engines": {
"node": ">=20"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@tailwindcss/oxide",
"core-js-pure",
"esbuild",
"sharp"
]
}
}