UNPKG

@qes-test/stylelint-config

Version:

A stylelint configuration package for QES projects

61 lines (60 loc) 1.48 kB
{ "name": "@qes-test/stylelint-config", "version": "1.0.3", "description": "A stylelint configuration package for QES projects", "keywords": [ "stylelint", "config", "qes", "css", "scss", "vue" ], "homepage": "https://github.com/qes-test/stylelint-config#readme", "bugs": { "url": "https://github.com/qes-test/stylelint-config/issues" }, "repository": { "type": "git", "url": "git+https://github.com/qes-test/stylelint-config.git" }, "license": "MIT", "type": "module", "scripts": { "prepublishOnly": "npm run test", "test": "echo \"Error: no test specified\" && exit 0" }, "files": [ "README.md", "index.mjs" ], "main": "./index.mjs", "module": "./index.mjs", "exports": { ".": { "import": "./index.mjs", "default": "./index.mjs" } }, "peerDependencies": { "stylelint": ">=16.0.0" }, "dependencies": { "@stylistic/stylelint-plugin": "^3.1.2", "postcss-html": "^1.8.0", "postcss-scss": "^4.0.9", "stylelint-config-recess-order": "^6.0.0", "stylelint-config-recommended": "^16.0.0", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-vue": "^1.6.0", "stylelint-config-standard": "^38.0.0", "stylelint-order": "^7.0.0", "stylelint-prettier": "^5.0.3", "stylelint-scss": "^6.11.1" }, "devDependencies": { "postcss": "^8.5.3", "prettier": "^3.5.3", "stylelint": "16.22.0" } }