-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "rammfall-stylelint-scss",
"version": "0.1.2",
"description": "Rammfall stylelint config",
"main": "index.js",
"dependencies": {
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.10.0"
},
"peerDependencies": {
"prettier": "^3.4.2",
"stylelint": "^16.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rammfall/rammfall-stylelint-scss.git"
},
"keywords": [
"stylelint",
"config",
"prettier",
"scss",
"postcss"
],
"author": "rammfall (Bohdan Onatskyi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rammfall/rammfall-stylelint-scss/issues"
},
"homepage": "https://github.com/Rammfall/rammfall-stylelint-scss#readme",
"engines": {
"node": ">=16.14.2",
"npm": ">=8.1.2"
},
"volta": {
"node": "20.18.0",
"npm": "10.8.2"
}
}