zapishis-client/package.json
vchikalkin ecc7b44d6d
Some checks failed
Build & Deploy Web & Bot / Build and Push to Docker Hub (push) Has been cancelled
Build & Deploy Web & Bot / Deploy to VPS (push) Has been cancelled
fix build web with docker compose
2025-07-02 17:46:33 +03:00

28 lines
655 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",
"test:unit": "turbo test:unit",
"test:e2e": "turbo test:e2e"
},
"dependencies": {
"husky": "catalog:",
"turbo": "^2.3.2",
"typescript": "catalog:"
},
"devDependencies": {
"prettier": "catalog:"
},
"packageManager": "pnpm@9.15.9",
"engines": {
"node": ">=18"
}
}