12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "name": "stylelint-config-recommended-vue",
- "version": "1.4.0",
- "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 ."
- },
- "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": {
- "@ota-meshi/eslint-plugin": "^0.10.0",
- "eslint": "^8.0.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-eslint-comments": "^3.2.0",
- "eslint-plugin-json-schema-validator": "^2.0.0",
- "eslint-plugin-jsonc": "^2.0.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-regexp": "^1.5.0",
- "eslint-plugin-vue": "^8.0.0",
- "eslint-plugin-yml": "^0.14.0",
- "mocha": "^9.1.3",
- "prettier": "^2.4.1",
- "stylelint": "^14.5.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"
- }
|