-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "stylelint-config-smarthr",
"version": "3.0.1",
"description": "A sharable stylelint config for SmartHR",
"main": "index.js",
"files": [
"/index.js"
],
"repository": {
"type": "git",
"url": "[email protected]:kufu/stylelint-config-smarthr.git"
},
"homepage": "https://github.com/kufu/stylelint-config-smarthr#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bugs": {
"url": "https://github.com/kufu/stylelint-config-smarthr/issues"
},
"keywords": [
"stylelint"
],
"scripts": {
"release:dryrun": "standard-version --dry-run",
"release": "standard-version",
"test": "yarn vitest"
},
"author": "SmartHR",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/styled-components": "^5.1.34",
"jest": "^29.7.0",
"postcss-styled-syntax": "^0.7.0",
"standard-version": "^9.3.2",
"styled-components": "^5.3.11",
"stylelint": "^16.10.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard": "^36.0.1",
"vitest": "^2.0.5"
},
"peerDependencies": {
"postcss-styled-syntax": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0",
"stylelint": "^16.0.0",
"stylelint-config-standard": "^33.0.0 || ^34.0.0 || ^35.0.0 || ^36.0.0"
}
}