mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
20 lines
536 B
JSON
20 lines
536 B
JSON
{
|
|
"name": "@documenso/eslint-config",
|
|
"version": "0.0.0",
|
|
"main": "./index.cjs",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.2.28",
|
|
"eslint-config-turbo": "^1.12.5",
|
|
"eslint-plugin-package-json": "^0.31.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"typescript": "5.6.2"
|
|
}
|
|
} |