mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
23 lines
612 B
JSON
23 lines
612 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": "6.8.0",
|
|
"@typescript-eslint/parser": "6.8.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-next": "13.4.19",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-turbo": "^1.9.3",
|
|
"eslint-plugin-package-json": "^0.1.4",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|