After upgrading knip via dependabot it said that the "src/index.tsx" entrypoint is redundant.
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a",
|
|
"devDependencies": {
|
|
"@eslint/compat": "2.0.2",
|
|
"@eslint/js": "9.39.2",
|
|
"@playwright/test": "1.58.2",
|
|
"@types/node": "25.2.3",
|
|
"eslint": "9.39.2",
|
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
"eslint-plugin-import-x": "4.16.1",
|
|
"eslint-plugin-jsdoc": "62.5.4",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"globals": "17.3.0",
|
|
"husky": "9.1.7",
|
|
"knip": "5.83.1",
|
|
"lint-staged": "16.2.7",
|
|
"prettier": "3.8.1",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "8.55.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix",
|
|
"lint:knip": "knip",
|
|
"typecheck": "tsc --build --noEmit"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,css,json,jsonc,yaml,yml}": "prettier --write"
|
|
}
|
|
}
|