-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
47 lines (47 loc) · 1.4 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
{
"name": "stylelint-config-rational-order",
"version": "0.1.2",
"description": "Stylelint config that sorts related property declarations by grouping together following the order: Positioning, Box Model, Typography, Visual, Animation, Other.",
"author": "Constverum <constverum@gmail.com>",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/constverum/stylelint-config-rational-order.git"
},
"bugs": {
"url": "https://github.com/constverum/stylelint-config-rational-order/issues"
},
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js .",
"test": "node ./node_modules/jest-cli/bin/jest.js"
},
"keywords": [
"stylelint",
"stylelint-config",
"stylelint-order",
"stylelint-plugin",
"properties-order",
"css property order",
"declaration-order",
"css declaration order",
"rational-css",
"order-css",
"order"
],
"dependencies": {
"stylelint": "^9.10.1",
"stylelint-order": "^2.2.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^24.7.1",
"prettier": "^1.16.4"
},
"homepage": "https://github.com/constverum/stylelint-config-rational-order"
}