-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.74 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
64
65
66
67
68
69
{
"name": "@extensionengine/stylelint-config",
"version": "3.0.0",
"description": "Extension Engine's Stylelint config",
"keywords": [
"config",
"css",
"lint",
"sass",
"scss",
"stylelint",
"stylelint-config"
],
"homepage": "https://github.com/ExtensionEngine/stylelint-config#readme",
"bugs": {
"url": "https://github.com/ExtensionEngine/stylelint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExtensionEngine/stylelint-config.git"
},
"license": "MIT",
"author": {
"name": "Extension Engine",
"email": "[email protected]",
"url": "https://extensionengine.com"
},
"files": [
"rules",
"base.js"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"release": "npx np",
"test": "jest"
},
"dependencies": {
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-order": "^6.0.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.7",
"@babel/eslint-plugin": "^7.22.5",
"@extensionengine/eslint-config": "^4.0.0",
"@types/stylelint": "^13.13.3",
"eslint": "^8.44.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^9.15.1",
"jest": "^29.6.1",
"jest-preset-stylelint": "^6.1.0",
"stylelint": "^15.10.1"
},
"peerDependencies": {
"postcss-html": ">=1.5.0",
"postcss-scss": ">=4.0.6",
"stylelint": ">=15.10.1"
},
"publishConfig": {
"access": "public"
}
}