supermemory/packages/eslint-config/package.json
Saatvik Arya b5245b6ed3 pnpm
2024-07-25 13:18:38 -07:00

21 lines
514 B
JSON

{
"name": "@repo/eslint-config",
"version": "0.0.0",
"private": true,
"files": [
"library.js",
"next.js",
"react-internal.js"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^v6.21.0",
"@typescript-eslint/parser": "^v6.21.0",
"@vercel/style-guide": "^5.2.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-next-on-pages": "^1.11.3",
"typescript": "^5.3.3"
}
}