2023-06-09 18:21:18 +10:00
|
|
|
{
|
|
|
|
|
"name": "@documenso/eslint-config",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"main": "./index.cjs",
|
|
|
|
|
"license": "MIT",
|
2023-09-21 21:34:24 +10:00
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rimraf node_modules"
|
|
|
|
|
},
|
2023-06-09 18:21:18 +10:00
|
|
|
"dependencies": {
|
2024-03-09 00:29:42 +05:30
|
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
|
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
|
"eslint-config-next": "^14.1.3",
|
|
|
|
|
"eslint-config-turbo": "^1.12.5",
|
|
|
|
|
"eslint-plugin-package-json": "^0.10.4",
|
|
|
|
|
"eslint-plugin-react": "^7.34.0",
|
|
|
|
|
"eslint-plugin-unused-imports": "^3.1.0",
|
2023-10-18 17:03:02 +05:30
|
|
|
"typescript": "5.2.2"
|
2023-06-09 18:21:18 +10:00
|
|
|
}
|
2023-10-18 17:03:02 +05:30
|
|
|
}
|