24 lines
699 B
JSON
24 lines
699 B
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint -- --fix --max-warnings 0",
|
|
"format": "prettier --end-of-line lf --write \"**/*.{ts,tsx,md,mjs}\"",
|
|
"prepare": "husky",
|
|
"lint-staged": "turbo lint-staged",
|
|
"graphql:codegen": "turbo graphql:codegen"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "catalog:",
|
|
"prettier": "catalog:",
|
|
"turbo": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|