Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

50 řádky
1.4 KiB

  1. {
  2. "version": "6.2.7",
  3. "name": "simplebar",
  4. "title": "SimpleBar.js",
  5. "description": "Scrollbars, simpler.",
  6. "files": [
  7. "dist",
  8. "src",
  9. "README.md"
  10. ],
  11. "author": "Adrien Denat from a fork by Jonathan Nicol",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/grsmto/simplebar.git",
  15. "directory": "packages/simplebar"
  16. },
  17. "main": "./dist/index.cjs",
  18. "module": "./dist/index.mjs",
  19. "types": "./dist/index.d.ts",
  20. "unpkg": "./dist/simplebar.min.js",
  21. "style": "./dist/simplebar.min.css",
  22. "homepage": "https://grsmto.github.io/simplebar/",
  23. "bugs": "https://github.com/grsmto/simplebar/issues",
  24. "license": "MIT",
  25. "scripts": {
  26. "build": "rollup -c && cp ../simplebar-core/src/simplebar.css dist/simplebar.css && minify dist/simplebar.css > dist/simplebar.min.css",
  27. "dev": "rollup -c -w --environment BUILD:development",
  28. "test": "jest -c jest-unit.config.js",
  29. "version": "yarn build",
  30. "precommit": "lint-staged"
  31. },
  32. "dependencies": {
  33. "can-use-dom": "^0.1.0",
  34. "simplebar-core": "^1.2.6"
  35. },
  36. "devDependencies": {
  37. "@babel/plugin-transform-runtime": "^7.19.6",
  38. "intern": "^4.4.2",
  39. "minify": "^3.0.5",
  40. "promise": "^8.0.2"
  41. },
  42. "lint-staged": {
  43. "*.{js,jsx,json}": [
  44. "prettier-eslint --write",
  45. "git add"
  46. ]
  47. },
  48. "gitHead": "591d7646f100da918fe7313df167c4849866b0f7"
  49. }