-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "@d-matrix/eslint-config",
"version": "1.0.4",
"description": "ESlint Rule for Front-End Development",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags",
"cnpm:sync": "cnpm sync @d-matrix/eslint-config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrdulin/eslint-config-dm.git"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "novaline.dulin@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrdulin/eslint-config-dm/issues"
},
"homepage": "https://github.com/mrdulin/eslint-config-dm#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/eslint-plugin-tslint": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsdoc": "37.0.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2"
},
"peerDependencies": {
"eslint": ">=8.3.0",
"typescript": "4.3.2"
},
"devDependencies": {
"@d-matrix/prettier-config": "^1.0.0",
"prettier": "^3.3.2"
},
"prettier": "@d-matrix/prettier-config"
}