| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "stdf",
- "version": "1.0.0-next.2",
- "description": "Mobile web component library based on Svelte and Tailwind",
- "main": "./components/index.js",
- "svelte": "./components/index.js",
- "scripts": {},
- "author": "any-tdf",
- "funding": "https://stdf.design?fund",
- "license": "MIT",
- "homepage": "https://stdf.design",
- "keywords": [
- "svelte",
- "tailwind",
- "ui framework",
- "ui 组件库",
- "移动组件库",
- "moblie ui",
- "web component"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/any-tdf/stdf"
- },
- "type": "module",
- "types": "./index.d.ts",
- "peerDependencies": {
- "svelte": "^5.0.0",
- "tailwindcss": "^3.0.0"
- }
- }
|