-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 983 Bytes
/
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": "@fylgja/stylelint-config",
"version": "7.0.0",
"description": "Sharable stylelint config used by Fylgja packages",
"homepage": "https://fylgja.dev/",
"repository": {
"type": "git",
"url": "https://github.com/fylgja/stylelint-config"
},
"bugs": "https://github.com/fylgja/stylelint-config/issues",
"author": "Fylgja",
"license": "MIT",
"keywords": [
"fylgja",
"stylelint",
"stylelint-config",
"css linting",
"scss linting"
],
"main": "index.js",
"unpkg": "index.json",
"files": [
"*.js",
"rules/*.js"
],
"engines": {
"node": ">=18.12.0"
},
"scripts": {
"test": "stylelint _tests_"
},
"dependencies": {
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.2.1"
},
"devDependencies": {
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9"
},
"peerDependencies": {
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.0"
}
}