For now there is a conflict with the new Prettier version, so for now we just keep the previous version to check it later during the next renovate pull request.
34 lines
671 B
JSON
34 lines
671 B
JSON
{
|
|
"name": "cunningham",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --parallel",
|
|
"test": "turbo run test",
|
|
"test-ci": "turbo run test-ci",
|
|
"lint": "turbo run lint",
|
|
"deploy": "turbo run deploy",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "2.8.8",
|
|
"turbo": "1.10.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@changesets/cli": "2.26.2"
|
|
},
|
|
"packageManager": "yarn@1.22.19",
|
|
"volta": {
|
|
"node": "18.16.1",
|
|
"yarn": "1.22.19"
|
|
}
|
|
}
|