aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-yarn/packages/eslint-config-custom/package.json
blob: 4effb9e860906146e9a657c9ccd3d128780f01e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
  }
}