-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "eslint-config-pixel",
"version": "1.5.0",
"description": "Strict ESLint config for Next.js with Typescript maintained and used by Pixel Perfect Agency",
"main": "index.js",
"license": "MIT",
"author": "Pixel Perfect Agency (https://pixelperfect.agency)",
"contributors": [
{
"name": "Willem-Jaap",
"url": "https://github.com/Willem-Jaap"
}
],
"scripts": {},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0",
"typescript": "^4.5.0 || ^5.0.0"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.6.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.55.0",
"typescript": "^5.3.2"
},
"eslintConfig": {
"extends": "./eslintrc.js"
},
"prettier": "./prettier"
}