UNPKG

svelte-cross-frameworks

Version:
47 lines 1.09 kB
{ "name": "svelte-cross-frameworks", "version": "0.0.10", "description": "Wrapper for Svelte cross-frameworks", "keywords": [ "svelte", "react", "vue", "svelte-wrapper", "svelte-binding", "svelte-converter", "svelte-to-react", "svelte-to-vue", "cross-frameworks" ], "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/zheeeng/svelte-cross-frameworks.git" }, "author": "Zheeeng <hi@zheeeng.me>", "license": "MIT", "bugs": { "url": "https://github.com/zheeeng/svelte-cross-frameworks/issues" }, "homepage": "https://github.com/zheeeng/svelte-cross-frameworks#readme", "devDependencies": { "@types/react": "^16.8.0", "svelte": "^4.2.8", "typescript": "^5.3.2", "unbuild": "^2.0.0", "vue": "^3.3.10" }, "optionalDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "vue": "^3.0.0" }, "scripts": { "build": "unbuild" } }