package.json 664 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "stdf",
  3. "version": "1.0.0-next.2",
  4. "description": "Mobile web component library based on Svelte and Tailwind",
  5. "main": "./components/index.js",
  6. "svelte": "./components/index.js",
  7. "scripts": {},
  8. "author": "any-tdf",
  9. "funding": "https://stdf.design?fund",
  10. "license": "MIT",
  11. "homepage": "https://stdf.design",
  12. "keywords": [
  13. "svelte",
  14. "tailwind",
  15. "ui framework",
  16. "ui 组件库",
  17. "移动组件库",
  18. "moblie ui",
  19. "web component"
  20. ],
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/any-tdf/stdf"
  24. },
  25. "type": "module",
  26. "types": "./index.d.ts",
  27. "peerDependencies": {
  28. "svelte": "^5.0.0",
  29. "tailwindcss": "^3.0.0"
  30. }
  31. }