1
0

package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@vben/stylelint-config",
  3. "version": "5.5.4",
  4. "private": true,
  5. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  6. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  10. "directory": "internal/lint-configs/stylelint-config"
  11. },
  12. "license": "MIT",
  13. "type": "module",
  14. "files": [
  15. "dist"
  16. ],
  17. "main": "./index.mjs",
  18. "module": "./index.mjs",
  19. "exports": {
  20. ".": {
  21. "import": "./index.mjs",
  22. "default": "./index.mjs"
  23. }
  24. },
  25. "dependencies": {
  26. "@stylistic/stylelint-plugin": "catalog:",
  27. "stylelint-config-recess-order": "catalog:",
  28. "stylelint-scss": "catalog:"
  29. },
  30. "devDependencies": {
  31. "postcss": "catalog:",
  32. "postcss-html": "catalog:",
  33. "postcss-scss": "catalog:",
  34. "prettier": "catalog:",
  35. "stylelint": "catalog:",
  36. "stylelint-config-recommended": "catalog:",
  37. "stylelint-config-recommended-scss": "catalog:",
  38. "stylelint-config-recommended-vue": "catalog:",
  39. "stylelint-config-standard": "catalog:",
  40. "stylelint-order": "catalog:",
  41. "stylelint-prettier": "catalog:"
  42. }
  43. }