-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.77 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
{
"name": "@twinscom/stylelint-config",
"version": "15.0.0",
"description": "Stylelint Shareable Config",
"main": ".stylelintrc.json",
"scripts": {
"test": "stylelint **/*.css && stylelint --config ./scss.json **/*.scss && stylelint --config ./css-in-js.json **/*.tsx",
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twinscom/stylelint-config.git"
},
"keywords": [
"stylelint",
"config",
"stylelint-config"
],
"author": {
"name": "Evgeny Orekhov",
"url": "https://plus.google.com/+ЕвгенийОрехов"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/twinscom/stylelint-config/issues"
},
"homepage": "https://github.com/twinscom/stylelint-config#readme",
"files": [
"base.json",
".stylelintrc.json",
"scss.json",
"css-in-js.json"
],
"peerDependencies": {
"stylelint": ">=16.1.0"
},
"dependencies": {
"@isnotdefined/stylelint-plugin": "^5.0.0",
"postcss-styled-syntax": "^0.7.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-declaration-strict-value": "^1.10.7",
"stylelint-group-selectors": "^1.0.10",
"stylelint-high-performance-animation": "^1.10.0",
"stylelint-plugin-defensive-css": "^1.0.4",
"stylelint-plugin-logical-css": "^1.2.1",
"stylelint-rem-over-px": "^1.0.2",
"stylelint-scales": "^4.0.0"
},
"devDependencies": {
"stylelint": "^16.10.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}