package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@d3v4pp/ui",
  3. "version": "0.0.2",
  4. "description": "a set of react ui components",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://cvs.d3v4pp.fr/D3V4PP/ui.git"
  9. },
  10. "author": {
  11. "name": "Ayoub Hassani <D3v4pp>",
  12. "email": "ayoub@d3v4pp.fr",
  13. "url": "https://d3v4pp.fr/"
  14. },
  15. "funding": "https://paypal.me/SupportTheDoc",
  16. "homepage": "https://cvs.d3v4pp.fr/D3V4PP/ui/src/master/README.md",
  17. "bugs": {
  18. "url": "https://cvs.d3v4pp.fr/D3V4PP/ui/issues",
  19. "email": "ayoub@d3v4pp.fr"
  20. },
  21. "license": "d3v4pp",
  22. "keywords": [
  23. "react",
  24. "react-component"
  25. ],
  26. "peerDependencies": {
  27. "react": ">=16.0.0",
  28. "react-dom": ">=16.0.0"
  29. },
  30. "dependencies": {
  31. "@emotion/react": "^11.10.0",
  32. "autosize": "^4.0.2",
  33. "computed-style": "^0.3.0",
  34. "memoize-one": "^6.0.0",
  35. "prop-types": "^15.8.1",
  36. "react": ">=16.0.0",
  37. "react-dom": ">=16.0.0",
  38. "react-router-dom": "^6.3.0",
  39. "styled-components": "^6.0.0-rc.1"
  40. }
  41. }