-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.46 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@jenssimon/stylelint-config",
"version": "0.0.0-development",
"description": "A collection of shareable Stylelint configurations",
"main": "index.js",
"author": "Jens Simon <https://github.com/jenssimon>",
"keywords": [
"stylelint",
"stylelintconfig"
],
"repository": {
"type": "git",
"url": "https://github.com/jenssimon/stylelint-config"
},
"license": "MIT",
"files": [
"/index.js",
"/base.js",
"/base-order.js",
"/order.js",
"/sfra.js",
"/lib"
],
"scripts": {
"lint": "eslint .",
"commit": "cz",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"semantic-release": "semantic-release"
},
"dependencies": {
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard-scss": "^14.0.0"
},
"peerDependencies": {
"stylelint": ">=14.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@eslint/eslintrc": "^3.2.0",
"@jenssimon/eslint-config-base": "^8.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.18.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.2",
"pinst": "^3.0.0",
"semantic-release": "^24.0.0",
"stylelint": "^16.0.0"
},
"packageManager": "[email protected]",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"branches": [
"main"
]
}
}