-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 923 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
{
"name": "@atolye15/stylelint-config",
"version": "5.0.1",
"description": "Atölye15 shareable config for stylelint.",
"main": "index.js",
"keywords": [
"stylelint",
"stylelint-config",
"atolye15"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier ./index.js --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atolye15/stylelint-config.git"
},
"author": "Atolye15",
"license": "MIT",
"bugs": {
"url": "https://github.com/atolye15/stylelint-config/issues"
},
"homepage": "https://github.com/atolye15/stylelint-config#readme",
"peerDependencies": {
"postcss": "^8.4.39",
"stylelint": "^16.0.0"
},
"dependencies": {
"postcss-scss": "^4.0.9",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}