-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.06 KB
/
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
31
32
33
{
"name": "sulsul-web",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "turbo run build",
"build:falling": "turbo run build --filter=falling",
"build:onboarding": "turbo run build --filter=onboarding",
"commit": "cz",
"dev": "turbo run dev",
"dev:falling": "turbo run dev --filter=falling",
"dev:onboarding": "turbo run dev --filter=onboarding",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"lint:pack": "packlint sort -R",
"postinstall": "husky install && packlint sort -R",
"spec:api": "turbo run spec:api",
"start:falling": "turbo run start --filter=falling",
"start:onboarding": "turbo run start --filter=onboarding"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"packlint": "^0.2.4",
"prettier": "^2.5.1",
"turbo": "latest",
"typescript": "4.9.3"
}
}