24 lines
864 B
JSON
24 lines
864 B
JSON
{
|
|
"private": true,
|
|
"packageManager": "^pnpm@8.0.0",
|
|
"scripts": {
|
|
"dev": "turbo run dev --parallel --continue",
|
|
"build": "turbo run build",
|
|
"serve": "turbo run serve",
|
|
"test:unit": "turbo run test:unit --parallel --continue",
|
|
"test:e2e": "turbo run test:e2e --parallel --continue",
|
|
"lint": "turbo run lint",
|
|
"clean": "turbo run clean && rm -rf node_modules .turbo .terraform terraform.tfstate"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.4.3",
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
"@developomp-site/eslint-config": "workspace:*",
|
|
"@developomp-site/prettier-config": "workspace:*",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-turbo": "^1.10.7",
|
|
"husky": "^8.0.3",
|
|
"prettier": "^3.2.5",
|
|
"turbo": "^1.11.2"
|
|
}
|
|
}
|