This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.54 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
39
40
41
{
"name": "@coldsurfers/surfers-common",
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/react-native",
"**/react-native/**"
]
},
"scripts": {
"super-install": "yarn install --immutable --force || yarn install --immutable --force",
"super-remove": "rm -rf ./**/*/node_modules && rm -rf ./node_modules",
"prettier": "prettier \"./**/*.{ts,tsx,js,json}\"",
"format:check": "yarn prettier --check",
"format:write": "yarn prettier --write",
"lint": "yarn nx run-many --target=lint",
"tsc": "yarn nx run-many --target=tsc",
"prepare": "husky install",
"prevalidate": "yarn format:write",
"validate": "run-p lint tsc format:check",
"turbo:build:all": "turbo run build",
"turbo:build:clients": "turbo run build --filter=@coldsurfers/*-client",
"turbo:build:servers": "turbo run build --filter=@coldsurfers/*-server",
"turbo:build:utils": "turbo run build --filter=@coldsurfers/*-utils --filter=@coldsurfers/accounts-kit --filter=@coldsurfers/acounts-schema --filter=@coldsurfers/notion-renderer",
"turbo:lint:all": "turbo run lint"
},
"devDependencies": {
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"typescript": "5.3.3",
"nx": "17.3.0",
"prisma": "^5.7.1",
"@prisma/client": "5.8.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}