@platform/react.ssr
Version:
A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "@platform/react.ssr",
"version": "1.0.0",
"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": {
"test": "ts test",
"tdd": "ts test --watch",
"lint": "ts lint",
"build": "ts build",
"build-test": "ts build",
"prepare": "ts prepare"
},
"dependencies": {
"@platform/cli": "0.3.6",
"@platform/exec": "0.2.25",
"@platform/fs": "0.2.0",
"@platform/fs.s3": "0.3.0",
"@platform/http": "0.4.4",
"@platform/libs": "0.1.1",
"@platform/log": "0.0.139",
"@platform/micro": "0.4.1",
"@platform/npm": "0.2.8",
"@platform/react": "0.3.19",
"bowser": "2.5.3",
"cheerio": "1.0.0-rc.3",
"dotenv": "8.1.0",
"listr": "0.14.3",
"path-to-regexp": "3.0.0",
"semver": "6.3.0"
},
"devDependencies": {
"@platform/test": "0.0.61",
"@platform/ts": "3.5.0",
"@types/bowser": "1.1.1",
"@types/cheerio": "0.22.13",
"@types/dotenv": "6.1.1",
"@types/semver": "6.0.1"
},
"files": [
"lib",
"!lib/test",
"!*.TEST.{js, mjs, d.ts}",
"tmpl"
],
"license": "MIT"
}