-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "stylelint-config-fluid",
"version": "1.0.0",
"description": "Shareable Stylelint configuration for the Fluid Project.",
"main": "index.js",
"scripts": {
"lint": "fluid-lint-all",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-project/stylelint-config-fluid.git"
},
"keywords": [
"stylelint",
"fluid",
"fluid-project"
],
"author": "OCAD University <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/fluid-project/stylelint-config-fluid/issues"
},
"homepage": "https://github.com/fluid-project/stylelint-config-fluid#readme",
"dependencies": {
"stylelint": "14.16.1",
"stylelint-config-standard": "29.0.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "4.7.0"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"eslint": "8.57.1",
"fluid-lint-all": "1.2.13",
"husky": "9.1.6"
}
}