aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-gatsby/packages/eslint-config-custom/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-gatsby/packages/eslint-config-custom/package.json')
-rw-r--r--examples/with-gatsby/packages/eslint-config-custom/package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/with-gatsby/packages/eslint-config-custom/package.json b/examples/with-gatsby/packages/eslint-config-custom/package.json
new file mode 100644
index 0000000..c519df6
--- /dev/null
+++ b/examples/with-gatsby/packages/eslint-config-custom/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "eslint-config-custom",
+ "version": "0.0.0",
+ "private": true,
+ "main": "index.js",
+ "license": "MIT",
+ "files": [
+ "next.js",
+ "gatsby.js"
+ ],
+ "dependencies": {
+ "babel-eslint": "^10.1.0",
+ "eslint": "^7.23.0",
+ "eslint-config-next": "13.0.0",
+ "eslint-config-prettier": "^8.3.0",
+ "eslint-config-turbo": "latest",
+ "eslint-plugin-gatsby": "^1.0.2",
+ "eslint-plugin-react": "7.31.8"
+ },
+ "devDependencies": {
+ "@types/eslint": "^8.21.2",
+ "eslint-config-react-app": "^7.0.1",
+ "typescript": "^4.7.4"
+ }
+}