react-hydratable-shj
Version:
hold-on DOM structure for improving React SEO (Original by NamGungGeon, Custom by tkguswls1106)
46 lines (45 loc) • 913 B
JSON
{
"name": "react-hydratable-shj",
"description": "hold-on DOM structure for improving React SEO (Original by NamGungGeon, Custom by tkguswls1106)",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"author": "tkguswls1106",
"repository": {
"type": "git",
"url": "https://github.com/NamGungGeon/react-hydratable"
},
"keywords": [
"react",
"static",
"seo",
"build",
"html",
"csr",
"ssr",
"prerender",
"prerenderer",
"prerendering",
"ssr-like",
"skeleton"
],
"dependencies": {
"puppeteer": "^15.0.0"
},
"devDependencies": {
"prettier": "^2.5.1"
},
"scripts": {
"start": "node index.js",
"preview": "node index.js --preview",
"format": "prettier --write */**.js*",
"precommit": "npm run format"
},
"bin": {
"react-hydratable": "./index.js"
},
"files": [
"index.js",
"src/"
]
}