@coderebus/react-archetype
Version:
React-archetype is a cli tool (or a generator) that will generate apps based on the rendering pattern (CSR,SSR, SSG, ISR etc) of your choice.
68 lines (67 loc) • 1.56 kB
JSON
{
"name": "@coderebus/react-archetype",
"description": "React-archetype is a cli tool (or a generator) that will generate apps based on the rendering pattern (CSR,SSR, SSG, ISR etc) of your choice.",
"version": "1.0.0",
"keywords": [
"react",
"React18",
"next",
"Nextjs",
"Vite",
"webpack",
"Webpack5",
"module federation",
"Client-side rendering",
"Server-side rendering",
"CSR",
"SSR",
"NX",
"Turbo",
"Lerna"
],
"repository": {
"type": "git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"main": "src/index.js",
"bin": {
"react-archetype": "src/index.js"
},
"dependencies": {
"@code-shaper/shaper-utils": "^1.0.4",
"axios": "^1.2.2",
"chalk": "4.1.2",
"cli-spinner": "^0.2.10",
"deepmerge": "4.3.1",
"fs-extra": "10.1.0",
"inquirer": "^8.2.4",
"inquirer-directory": "^2.2.0",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"node-emoji": "1.11.0",
"tslib": "^2.3.0",
"type-fest": "0.20.2",
"util": "0.10.4",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/cli-spinner": "^0.2.1",
"@types/inquirer": "^8.2.1",
"@types/jest": "^28.1.1",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"typescript": "^5.1.0"
},
"peerDependencies": {
"inquirer-directory": "^2.x"
},
"shaper": {},
"types": "./src/index.d.ts"
}