-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1017 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
{
"name": "@ideasonpurpose/stylelint-config",
"version": "1.1.0",
"description": "Common Stylelint config for projects at Ideas On Purpose",
"keywords": [
"stylelint",
"stylelint-order",
"prettier"
],
"homepage": "https://github.com/ideasonpurpose/stylelint-config#readme",
"bugs": {
"url": "https://github.com/ideasonpurpose/stylelint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ideasonpurpose/stylelint-config.git"
},
"license": "MIT",
"author": "Ideas On Purpose (https://www.ideasonpurpose.com/)",
"contributors": [
"Joe Maller <joe@ideasonpurpose.com>"
],
"type": "module",
"main": "index.js",
"scripts": {
"version": "npx version-everything && git add -u"
},
"version-everything": {
"files": [
"README.md"
]
},
"dependencies": {
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2"
}
}