-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1 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
{
"name": "@web-bee-ru/eslint-plugin",
"version": "0.6.3",
"description": "Our eslint config for projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"keywords": [
"eslint"
],
"repository": "web-bee-ru/eslint-plugin",
"homepage": "https://github.com/web-bee-ru/eslint-plugin",
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-nuxt": "^1.0.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-unicorn": "^29.0.0",
"eslint-plugin-vue": "^7.9.0",
"standard-version": "^9.3.2"
}
}