stylelint-config-recommended-vue
Version:
The recommended shareable Vue config for Stylelint.
69 lines (68 loc) • 1.94 kB
JSON
{
"name": "stylelint-config-recommended-vue",
"version": "1.6.1",
"description": "The recommended shareable Vue config for Stylelint.",
"keywords": [
"stylelint",
"stylelint-config",
"recommended",
"vue"
],
"main": "lib/index.js",
"files": [
"lib",
"scss"
],
"engines": {
"node": "^12 || >=14"
},
"scripts": {
"test": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
"lint": "eslint .",
"eslint-fix": "eslint . --fix",
"version": "npm run test && git add .",
"version:ci": "changeset version",
"release": "changeset publish"
},
"dependencies": {
"semver": "^7.3.5",
"stylelint-config-html": ">=1.0.0",
"stylelint-config-recommended": ">=6.0.0"
},
"peerDependencies": {
"stylelint": ">=14.0.0",
"postcss-html": "^1.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.24.2",
"@ota-meshi/eslint-plugin": "^0.15.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^10.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": "^10.0.0",
"eslint-plugin-yml": "^1.0.0",
"mocha": "^10.0.0",
"prettier": "^3.0.0",
"stylelint": "^16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ota-meshi/stylelint-config-recommended-vue.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-recommended-vue/issues"
},
"homepage": "https://github.com/ota-meshi/stylelint-config-recommended-vue#readme",
"publishConfig": {
"access": "public"
}
}