-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.75 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@zemd/eslint-flat-config",
"version": "3.1.2",
"license": "Apache-2.0",
"description": "Shared zemd ESLint flat config",
"keywords": [
"eslint-config",
"eslint-flat-config",
"eslint",
"flat config"
],
"author": {
"name": "Dmytro Zelenetskyi",
"email": "dmytro.zelenetskyi@gmail.com",
"url": "https://codeandgin.co"
},
"homepage": "https://github.com/zemd/eslint-flat-config",
"repository": {
"type": "git",
"url": "https://github.com/zemd/eslint-flat-config.git"
},
"bugs": {
"url": "https://github.com/zemd/eslint-flat-config/issues"
},
"files": [
"dist"
],
"funding": "https://github.com/sponsors/zemd",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup-node --minify",
"build:inspector": "npx @eslint/config-inspector build",
"dev": "npx @eslint/config-inspector@latest",
"release": "npm run build && changeset publish",
"prepare": "husky",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset"
},
"peerDependencies": {
"eslint": ">=9.2.0"
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint-react/eslint-plugin": "^1.22.1",
"@eslint/js": "^9.17.0",
"@eslint/markdown": "^6.2.1",
"@graphql-eslint/eslint-plugin": "^4.3.0",
"@next/eslint-plugin-next": "^15.1.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitest/eslint-plugin": "^1.1.20",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-lodash-f": "^7.5.3",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-compiler": "^19.0.0-beta-b2e8e9c-20241220",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-sort-keys": "^2.3.5",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-turbo": "^2.3.3",
"eslint-plugin-unicorn": "^56.0.1",
"local-pkg": "^0.5.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@eslint/config-inspector": "^0.6.0",
"@swc/core": "^1.10.1",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"@zemd/tsconfig": "^1.3.0",
"eslint": "^9.17.0",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
}