-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1019 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": "@ntks/stylelint-config",
"version": "0.0.5",
"description": "Anti-chaos Stylelint Config",
"main": "index.js",
"keywords": [
"stylelint"
],
"author": "Ourai Lin <ourairyu@gmail.com> (https://ourai.ws/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/anti-chaos/stylelint-config.git"
},
"homepage": "https://github.com/anti-chaos/stylelint-config#readme",
"scripts": {
"release": "npm publish --access=public"
},
"dependencies": {
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0",
"stylelint-selector-bem-pattern": "^2.1.0"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"stylelint": "^13.12.0"
},
"peerDependencies": {
"stylelint": ">=13.7.0"
}
}