-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 941 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": "prettier-plugin-rational-order",
"version": "1.0.3",
"description": "Prettier Plugin for Rational CSS Properties Styling Order",
"license": "MIT",
"author": "Tobias Høegh",
"homepage": "https://tujo.no",
"repository": {
"type": "git",
"url": "https://github.com/tujoworker/prettier-plugin-rational-order.git"
},
"bugs": {
"url": "https://github.com/tujoworker/prettier-plugin-rational-order/issues"
},
"main": "src/index.js",
"scripts": {},
"dependencies": {
"postcss-scss": "^3.0.5",
"postcss-sorting": "^6.0.0"
},
"peerDependencies": {
"prettier": ">=2.3"
},
"devDependencies": {
"prettier": "^2.3.0"
},
"keywords": [
"prettier",
"plugin",
"rational",
"order",
"styling",
"properties",
"css",
"scss",
"sass"
],
"publishConfig": {
"access": "public"
},
"volta": {
"node": "16.1.0",
"yarn": "1.22.10"
}
}