forked from juicecube/mlz-lint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.3 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": "@mlz/lint",
"version": "1.2.1",
"description": "一个包含eslint,stylelint, tsconfig的配置文件合集",
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.19.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.6.3"
},
"scripts": {
"test": "./node_modules/tslint/bin/tslint -p tsconfig.json -c tslint.json test.ts",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juicecube/mlz-lint.git"
},
"author": "juicecube",
"license": "ISC",
"bugs": {
"url": "https://github.com/juicecube/mlz-lint/issues"
},
"homepage": "https://github.com/juicecube/mlz-lint#readme",
"devDependencies": {
"standard-version": "^9.3.0"
}
}