UNPKG

@platform/react.ssr

Version:

A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.

53 lines (52 loc) 1.37 kB
{ "name": "@platform/react.ssr", "version": "1.1.81", "description": "A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.", "main": "lib/index", "types": "lib/index.d.ts", "bin": { "ssr": "lib/bin.js" }, "scripts": { "ssr": "cd src.sample/server && yarn ssr $@", "watch": "cd src.sample/server && yarn watch $@", "test": "ts test", "tdd": "ts test --watch", "lint": "ts lint", "build": "ts build", "build-test": "ts build", "prepare": "ts prepare", "deploy": "cd src.sample/server && yarn deploy" }, "dependencies": { "@platform/cli": "0.5.7", "@platform/exec": "0.2.42", "@platform/fs": "0.5.3", "@platform/fs.s3": "0.6.20", "@platform/http": "0.10.3", "@platform/libs": "0.1.5", "@platform/log": "0.1.3", "@platform/micro": "0.12.30", "@platform/npm": "0.2.45", "@platform/react": "0.3.49", "bowser": "2.8.1", "cheerio": "1.0.0-rc.3", "listr": "0.14.3", "path-to-regexp": "6.1.0", "semver": "7.1.1" }, "devDependencies": { "@platform/test": "0.1.2", "@platform/ts": "3.7.9", "@types/bowser": "1.1.1", "@types/cheerio": "0.22.15", "@types/semver": "6.2.0" }, "files": [ "lib", "!lib/test", "!*.TEST.{js, mjs, d.ts}", "tmpl" ], "license": "MIT" }