Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "@stats-organization/root",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.33.1+sha512.05ba3c1d5d1c18f68df06470d74055e62d41fc110a0c660db1b2dfb2785327f04cf0f68345d4609bc52089e7fa0343c31593b2f9594e2c5d5da426230acc9820",
|
|
"devDependencies": {
|
|
"@eslint/compat": "2.0.5",
|
|
"@eslint/js": "10.0.1",
|
|
"@playwright/test": "1.59.1",
|
|
"@types/node": "24.12.2",
|
|
"@vitest/coverage-v8": "catalog:default",
|
|
"eslint": "10.2.0",
|
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
"eslint-plugin-import-x": "4.16.2",
|
|
"eslint-plugin-jsdoc": "62.9.0",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"globals": "17.5.0",
|
|
"husky": "9.1.7",
|
|
"knip": "6.4.1",
|
|
"lint-staged": "16.4.0",
|
|
"prettier": "3.8.3",
|
|
"turbo": "2.9.6",
|
|
"typescript": "6.0.2",
|
|
"typescript-eslint": "8.58.2",
|
|
"vitest": "catalog:default"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"build:packages": "turbo run build --filter=./packages/*",
|
|
"build:frontend": "turbo run build --filter=./apps/frontend",
|
|
"dev:frontend": "pnpm run --filter=./apps/frontend dev",
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --config vitest.config.coverage.ts",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"lint": "turbo run lint",
|
|
"lint:eslint": "eslint",
|
|
"lint:eslint:fix": "eslint --fix",
|
|
"lint:knip": "knip",
|
|
"typecheck": "turbo run typecheck"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,css,json,jsonc,yaml,yml}": "prettier --write"
|
|
}
|
|
}
|