-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "@mpxjs/stylelint-config-recommended-mpx",
"version": "1.0.1",
"description": "The recommended shareable Mpx config for Stylelint.",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"keywords": [
"stylelint",
"stylelint-config",
"recommended",
"mpx"
],
"main": "lib/index.js",
"files": [
"lib",
"scss"
],
"engines": {
"node": "^12 || >=14"
},
"scripts": {},
"dependencies": {
"stylelint-config-recommended": ">=6.0.0"
},
"peerDependencies": {
"stylelint": ">=14.0.0",
"postcss-html": "^1.0.0"
},
"devDependencies": {
"stylelint": "^15.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpx-ecology/stylelint-config-recommended-mpx.git"
},
"author": "Yosuke Ota (https://github.com/ota-meshi)",
"funding": "https://github.com/sponsors/ota-meshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/mpx-ecology/stylelint-config-recommended-mpx/issues"
},
"homepage": "https://github.com/mpx-ecology/stylelint-config-recommended-mpx#readme"
}