@platform/react.ssr
Version:
An SSR (server-side-render) system for react apps bundled with ParcelJS and hosted on S3.
59 lines (58 loc) • 1.5 kB
JSON
{
"name": "@platform/react.ssr",
"version": "0.8.1",
"description": "An SSR (server-side-render) 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": "node lib/bin.js $@",
"ui": "ui $@",
"dev": "ui start web $@",
"start": "cd test.now && now dev --port 8080",
"watch": "yarn start",
"test": "ts test",
"tdd": "ts test --watch",
"lint": "ts lint",
"build": "ts build",
"build-test": "ts build --tsconfig tsconfig.test.json",
"prepare": "ts prepare",
"bundle": "ui bundle web"
},
"dependencies": {
"@platform/cli": "^0.3.5",
"@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.3.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",
"@uiharness/dev": "0.9.1"
},
"files": [
"lib",
"!lib/test",
"!*.TEST.{js, mjs, d.ts}",
"tmpl"
],
"license": "MIT"
}