UNPKG

create-react-ssr-layout

Version:

A useful tool to quickly build a starting express server that uses custom SSR with a custom jsx render engine

41 lines (40 loc) 1.09 kB
{ "name": "create-react-ssr-layout", "version": "1.3.7", "description": "A useful tool to quickly build a starting express server that uses custom SSR with a custom jsx render engine", "main": "index.js", "scripts": { "start": "node index.js" }, "bin": { "create-react-ssr-layout": "bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/grentank/create-react-ssr-layout.git" }, "keywords": [ "React", "SSR", "render", "express" ], "author": "Alexander Knyazev mexmat100394@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/grentank/create-react-ssr-layout/issues" }, "homepage": "https://github.com/grentank/create-react-ssr-layout#readme", "devDependencies": { "eslint": "^8.55.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0" }, "dependencies": { "inquirer": "^9.1.4" } }