create-cen-app
Version:
create an client-engineering-style app
87 lines (86 loc) • 2.43 kB
JSON
{
"name": "create-cen-app",
"version": "2.1.8",
"description": "create an client-engineering-style app",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/felixpahlke/create-cen-app.git",
"directory": "cli"
},
"keywords": [
"create-cen-app",
"full-stack-cen-template",
"watsonx",
"init.tips",
"carbon design system",
"next.js",
"t3-stack",
"tailwind",
"tRPC",
"FastAPI",
"typescript"
],
"type": "module",
"exports": "./dist/index.js",
"bin": {
"create-cen-app": "./dist/index.js"
},
"engines": {
"node": ">=14.16"
},
"scripts": {
"typecheck": "tsc",
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist .turbo node_modules",
"start": "node dist/index.js",
"lint": "eslint . --report-unused-disable-directives",
"lint:fix": "pnpm lint --fix",
"format": "pnpm format:check --write",
"format:check": "pnpm prettier --plugin-search-dir=. **/*.{cjs,mjs,ts,tsx,md,json} --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --check",
"release": "changeset version",
"pub:beta": "pnpm build && npm publish --tag beta",
"pub:next": "pnpm build && npm publish --tag next",
"pub:release": "pnpm build && npm publish"
},
"dependencies": {
"@clack/core": "^0.3.4",
"@clack/prompts": "^0.7.0",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"chalk": "5.2.0",
"commander": "^10.0.0",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"gradient-string": "^2.0.2",
"inquirer": "^9.2.3",
"ora": "6.3.1",
"prettier": "^2.8.8",
"sort-package-json": "^2.4.1"
},
"devDependencies": {
"@prisma/client": "^4.14.0",
"@t3-oss/env-nextjs": "^0.3.1",
"@tanstack/react-query": "^4.29.7",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.26.0",
"@types/fs-extra": "^11.0.1",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.16.16",
"@types/prettier": "^2.7.3",
"next": "^15.0.3",
"next-auth": "^4.22.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^1.12.2",
"tsup": "^6.7.0",
"type-fest": "^3.7.0",
"typescript": "^5.0.4",
"zod": "^3.21.4"
}
}