-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "stylelint-config-html",
"version": "1.1.0",
"description": "The shareable HTML config for Stylelint.",
"keywords": [
"stylelint",
"stylelint-config",
"html",
"vue",
"svelte",
"php",
"xml"
],
"main": "index.js",
"files": [
"index.js",
"html.js",
"vue.js",
"svelte.js",
"astro.js",
"php.js",
"xml.js"
],
"engines": {
"node": "^12 || >=14"
},
"scripts": {
"test": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
"lint": "eslint .",
"eslint-fix": "eslint . --fix",
"preversion": "npm test && git add ."
},
"peerDependencies": {
"stylelint": ">=14.0.0",
"postcss-html": "^1.0.0"
},
"devDependencies": {
"@ota-meshi/eslint-plugin": "^0.15.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-json-schema-validator": "^5.0.0",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-yml": "^1.0.0",
"mocha": "^10.0.0",
"prettier": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ota-meshi/stylelint-config-html.git"
},
"author": "Yosuke Ota (https://github.com/ota-meshi)",
"funding": "https://github.com/sponsors/ota-meshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ota-meshi/stylelint-config-html/issues"
},
"homepage": "https://github.com/ota-meshi/stylelint-config-html#readme"
}