package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@vben/stylelint-config",
  3. "version": "1.0.0",
  4. "private": true,
  5. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  6. "bugs": {
  7. "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  12. "directory": "internal/stylelint-config"
  13. },
  14. "license": "MIT",
  15. "exports": {
  16. ".": {
  17. "types": "./dist/index.d.ts",
  18. "import": "./dist/index.mjs",
  19. "require": "./dist/index.cjs"
  20. }
  21. },
  22. "main": "./dist/index.cjs",
  23. "module": "./dist/index.mjs",
  24. "types": "./dist/index.d.ts",
  25. "files": [
  26. "dist"
  27. ],
  28. "scripts": {
  29. "clean": "pnpm rimraf .turbo node_modules dist",
  30. "lint": "pnpm eslint .",
  31. "stub": "pnpm unbuild --stub"
  32. },
  33. "devDependencies": {
  34. "postcss": "^8.4.32",
  35. "postcss-html": "^1.5.0",
  36. "postcss-less": "^6.0.0",
  37. "postcss-scss": "^4.0.9",
  38. "prettier": "^3.1.1",
  39. "stylelint": "^16.1.0",
  40. "stylelint-config-property-sort-order-smacss": "^10.0.0",
  41. "stylelint-config-recommended-scss": "^14.0.0",
  42. "stylelint-config-recommended-vue": "^1.5.0",
  43. "stylelint-config-standard": "^36.0.0",
  44. "stylelint-config-standard-scss": "^12.0.0",
  45. "stylelint-order": "^6.0.4",
  46. "stylelint-prettier": "^5.0.0"
  47. }
  48. }