-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 877 Bytes
/
package.json
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
{
"private": true,
"name": "@monorepo/root",
"description": "Default Monorepo Template.",
"version": "0.1.0",
"author": "",
"scripts": {
"up:all": "pnpm up --latest -r",
"prepare": "husky install",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"clean:all": "turbo run clean:all",
"build:ui": "turbo run build:ui",
"dev:ui-example": "turbo run dev --filter @react-ui/example",
"dev:ui-docs": "turbo run dev --filter design-system-doc"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/node": "^20.10.6",
"husky": "^8.0.3",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"tsconfig": "workspace:*",
"turbo": "^1.11.2",
"typescript": "^5.3.3",
"walter": "workspace:*"
},
"packageManager": "[email protected]"
}