mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
* chore: added common libs to pnpm workspace catalog * chore: update pnpm lockfile to use exact versions for React and TypeScript dependencies * refactor: removed string from the versions * fix: lint * refactor: cleanup * fix: lint * chore: updated lock file
24 lines
579 B
JSON
24 lines
579 B
JSON
{
|
|
"name": "@plane/eslint-config",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"license": "AGPL-3.0",
|
|
"files": [
|
|
"library.js",
|
|
"next.js",
|
|
"server.js"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
|
"@typescript-eslint/parser": "^8.6.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-next": "^14.1.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-turbo": "^1.12.4",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|