UNPKG

@unbuild-io/runtime

Version:

Runtime package for Unbuild.io - A powerful runtime for dynamic React applications

46 lines (45 loc) 983 B
{ "name": "@unbuild-io/runtime", "version": "1.0.8", "type": "module", "description": "Runtime package for Unbuild.io - A powerful runtime for dynamic React applications", "main": "dist/unbuild-runtime.iife.js", "files": [ "dist" ], "scripts": { "build": "vite build", "prepublishOnly": "npm run build" }, "keywords": [ "react", "runtime", "dynamic", "unbuild", "components" ], "author": "Unbuild.io", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/unbuild-io/runtime.git" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "@stitches/react": "^1.2.8" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "terser": "^5.43.1", "typescript": "^5.0.0", "vite": "^7.0.4", "vite-plugin-bundle-obfuscator": "^1.3.0" }, "publishConfig": { "access": "public" } }