UNPKG

seia.js

Version:

Lightweight SSR framework for React Server Components

90 lines 2.17 kB
{ "name": "seia.js", "version": "0.1.3", "type": "module", "description": "Lightweight SSR framework for React Server Components", "keywords": [ "seia", "react", "RSC", "react-server-components", "ssr", "vite", "framework", "lightweight" ], "homepage": "https://seia.dev", "bugs": "https://github.com/abiriadev/seia/issues", "license": "MIT", "author": { "name": "Abiria", "email": "oro3673@gmail.com" }, "files": [ "dist", "CHANGELOG.md" ], "main": "./dist/index.js", "bin": { "seia": "./bin/seia.js" }, "exports": { ".": "./dist/index.js", "./runtime": "./dist/runtime.js", "./client": "./dist/client.js" }, "repository": { "type": "git", "url": "https://github.com/abiriadev/seia.git", "directory": "packages/seia" }, "dependencies": { "@hono/node-server": "^1.11.1", "@oclif/core": "^3.26.6", "astring": "^1.8.6", "chalk": "^5.3.0", "hash-sum": "^2.0.0", "hono": "^4.4.0", "react-server-dom-webpack": "19.0.0-beta-26f2496093-20240514", "toml": "^3.0.0", "ts-pattern": "^5.1.2", "vite": "^5.2.12", "zod": "^3.23.8" }, "devDependencies": { "@swc/cli": "^0.3.12", "@swc/core": "^1.5.24", "@types/estree": "^1.0.5", "@types/hash-sum": "^1.0.2", "@types/node": "^20.12.12", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "chokidar": "^3.6.0", "oclif": "^4.11.3", "react": "19.0.0-beta-26f2496093-20240514", "react-dom": "19.0.0-beta-26f2496093-20240514", "rollup": "^4.18.0", "typedoc": "^0.25.13", "typedoc-material-theme": "^1.0.2", "typedoc-plugin-zod": "^1.1.2", "typescript": "^5.4.5", "xo": "^0.58.0" }, "peerDependencies": { "react": "19.0.0-beta-26f2496093-20240514", "react-dom": "19.0.0-beta-26f2496093-20240514" }, "oclif": { "bin": "seia", "commands": "./dist/commands", "dirname": "seia", "topicSeparator": " " }, "scripts": { "build": "swc src -d dist --strip-leading-paths", "build:tsc": "tsc", "doc": "typedoc", "format": "prettier -w .", "lint": "xo" } }