-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 850 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 850 Bytes
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
{
"name": "@neuledge/eslint-config-next",
"version": "1.1.1",
"type": "commonjs",
"main": "index.cjs",
"repository": {
"type": "git",
"url": "https://github.com/neuledge/utils-js.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint . --ext \"js,jsx,ts,tsx,mjs,cjs\"",
"lint:strict": "yarn lint --max-warnings 0"
},
"sideEffects": false,
"peerDependencies": {
"eslint": ">= 8",
"prettier": ">= 3"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@neuledge/eslint-config": "^1.1.1",
"eslint-config-next": "^14.2.15",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^7.0.0"
}
}