forked from TDesignOteam/eslint-config-tdesign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "eslint-config-tdesign",
"version": "0.0.0",
"description": "ESLint config for TDesign",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"eslintconfig",
"tdesign",
"vue",
"react",
"typescript"
],
"author": "none",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-plugin": "^4.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-vue": "^8.7.1",
"prettier": "^2.6.2",
"react": "^18.1.0",
"typescript": "^4.6.3",
"vue-eslint-parser": "^8.3.0"
},
"peerDependencies": {},
"license": "MIT"
}