package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@d3v4pp/ui",
  3. "version": "0.0.3",
  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. "dependencies": {
  27. "@d3v4pp/ui": "git+https://cvs.d3v4pp.fr/D3V4PP/ui.git",
  28. "@emotion/react": "^11.10.0",
  29. "@syncfusion/ej2-icons": "^24.2.3",
  30. "autosize": "^4.0.2",
  31. "computed-style": "^0.3.0",
  32. "memoize-one": "^6.0.0",
  33. "prop-types": "^15.8.1",
  34. "react": "^18.2.0",
  35. "react-dom": "^18.2.0",
  36. "react-router-dom": "^6.22.1",
  37. "styled-components": "^6.0.0-rc.1"
  38. }
  39. }