package.json 806 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@dcloudio/uni-components",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "@dcloudio/uni-components",
  5. "main": "index.js",
  6. "files": [
  7. "style",
  8. "style-x",
  9. "lib",
  10. "lib-x"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/dcloudio/uni-app.git",
  15. "directory": "packages/uni-components"
  16. },
  17. "license": "Apache-2.0",
  18. "bugs": {
  19. "url": "https://github.com/dcloudio/uni-app/issues"
  20. },
  21. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  22. "dependencies": {
  23. "@dcloudio/uni-cloud": "3.0.0-4020920240930001",
  24. "@dcloudio/uni-h5": "3.0.0-4020920240930001",
  25. "@dcloudio/uni-i18n": "3.0.0-4020920240930001"
  26. },
  27. "devDependencies": {
  28. "@dcloudio/uni-shared": "3.0.0-4020920240930001",
  29. "@types/quill": "1.3.10"
  30. }
  31. }