-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.24 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
48
49
50
51
52
{
"name": "@mlz/stylelint-config",
"version": "1.0.0",
"description": "stylelint 统一规范配置",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "lint-staged",
"prepare": "husky install",
"release": "standard-version"
},
"keywords": [
"mlz-stylelint",
"stylelint",
"stylelint-config"
],
"author": "juicecube",
"repository": {
"type": "git",
"url": "https://github.com/juicecube/mlz-stylelint-config.git"
},
"bugs": {
"url": "https://github.com/juicecube/mlz-stylelint-config/issues"
},
"homepage": "https://github.com/juicecube/mlz-stylelint-config#readme",
"license": "MIT",
"engines": {
"node": ">=14"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@mlz/prettier-config": "^1.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"standard-version": "^9.5.0"
},
"dependencies": {
"postcss": "^8.4.21",
"stylelint": "^15.2.0",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^4.4.0"
},
"publishConfig": {
"access": "public"
}
}