-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "@fuelrats/stylelint-config",
"version": "2.0.0",
"description": "Shareable stylelint config for FuelRats SCSS files",
"main": "index.js",
"author": {
"name": "Cameron Welter",
"email": "[email protected]",
"url": "https://github.com/UncleClapton"
},
"bugs": {
"url": "https://github.com/FuelRats/stylelint-config-fuelrats/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/FuelRats/stylelint-config-fuelrats"
},
"homepage": "https://github.com/FuelRats/stylelint-config-fuelrats",
"keywords": [
"stylelint",
"stylelintconfig",
"fuelrats",
"sass",
"scss"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@fuelrats/eslint-config": "^2.3.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^37.0.3"
},
"peerDependencies": {
"stylelint": "^14",
"stylelint-order": "^5",
"stylelint-scss": "^4",
"postcss": "^8.3.3",
"postcss-scss": "^4"
}
}