-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 964 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
{
"private": true,
"scripts": {
"dev": "turbo run dev --filter=wfo-ui...",
"dev:surf": "turbo run dev --filter=wfo-ui-surf...",
"dev:all": "turbo run dev",
"test": "turbo run test",
"tsc": "turbo run tsc",
"lint": "turbo run lint",
"prettier": "prettier -c \"{**/*,*}.{ts,tsx,json,js,md}\"",
"prettier-fix": "prettier --write \"{**/*,*}.{ts,tsx,json,js,md}\"",
"build": "turbo run build",
"packages:changeset": "changeset",
"packages:publish": "turbo run build lint test && changeset publish",
"postinstall": "husky && turbo run build --filter=./packages/*"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@turbo/gen": "^2.2.3",
"husky": "^9.0.11",
"turbo": "^2.2.3"
},
"name": "orchestrator-core-ui",
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "npm@10.9.0"
}