diff options
Diffstat (limited to 'examples/with-npm/packages/eslint-config-custom/package.json')
| -rw-r--r-- | examples/with-npm/packages/eslint-config-custom/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/with-npm/packages/eslint-config-custom/package.json b/examples/with-npm/packages/eslint-config-custom/package.json new file mode 100644 index 0000000..4effb9e --- /dev/null +++ b/examples/with-npm/packages/eslint-config-custom/package.json @@ -0,0 +1,22 @@ +{ + "name": "eslint-config-custom", + "version": "0.0.0", + "main": "index.js", + "license": "MIT", + "dependencies": { + "eslint-config-next": "latest", + "eslint-config-prettier": "^8.3.0", + "eslint-config-turbo": "latest", + "eslint-plugin-react": "7.28.0" + }, + "devDependencies": { + "eslint": "7.32.0", + "next": "latest", + "react": "18.2", + "react-dom": "18.2", + "typescript": "^4.5.3" + }, + "publishConfig": { + "access": "public" + } +} |
