package.json 709 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@radix-ui/react-polymorphic",
  3. "version": "0.0.14",
  4. "license": "MIT",
  5. "source": "src/index.ts",
  6. "main": "dist/index.js",
  7. "module": "dist/index.module.js",
  8. "types": "dist/index.d.ts",
  9. "files": [
  10. "dist",
  11. "README.md"
  12. ],
  13. "sideEffects": false,
  14. "scripts": {
  15. "clean": "rm -rf dist",
  16. "version": "yarn version"
  17. },
  18. "devDependencies": {
  19. "@testing-library/react": "^10.4.8"
  20. },
  21. "peerDependencies": {
  22. "react": "^16.8 || ^17.0"
  23. },
  24. "homepage": "https://radix-ui.com/primitives",
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://github.com/radix-ui/primitives.git"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/radix-ui/primitives/issues"
  31. }
  32. }