-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 900 Bytes
/
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
{
"name": "stylelint-config-za",
"version": "0.3.0",
"description": "ZhongAn Health stylelint config.",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "http://gitlab.zhonganonline.com/linqun/eslint-config-za"
},
"keywords": [
"stylelint",
"stylelint-config",
"standard",
"za",
"zhongan",
"css",
"scss",
"styleguide"
],
"author": "Lin Qun",
"license": "MIT",
"homepage": "http://gitlab.zhonganonline.com/linqun/stylelint-config-za",
"dependencies": {
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-za": "^2.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1"
},
"engines": {
"node": ">= 4"
}
}