-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.33 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
34
35
36
37
38
{
"name": "campus-hub-turborepo",
"private": true,
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.8.0",
"scripts": {
"build": "turbo build",
"dev": "turbo dev --parallel",
"test:e2e": "turbo test:e2e",
"format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo clean",
"typecheck": "turbo typecheck",
"prepare": "husky",
"db:setup": "turbo db:setup",
"db:studio": "turbo db:studio",
"ui:add": "turbo ui:add"
},
"devDependencies": {
"@campus-hub/config-prettier": "workspace:*",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@turbo/gen": "^2.0.0",
"commitlint": "^19.3.0",
"commitlint-config-gitmoji": "^2.3.1",
"husky": "^9.1.3",
"prettier": "catalog:",
"turbo": "^2.0.9",
"typescript": "catalog:"
},
"prettier": "@campus-hub/config-prettier"
}