1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
backup-websites-2024-01/package.json
Vojtech Mares e99a1f9a89
chore(deps): bump monorepo pnpm to 8.10.0
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-01 13:30:31 +01:00

25 lines
565 B
JSON

{
"name": "websites",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"clean": "turbo clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo test"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"tsconfig": "workspace:*",
"turbo": "^1.11.2"
},
"engines": {
"node": "20.x"
},
"packageManager": "pnpm@8.10.0"
}