UNPKG

create-t3-app-deepmeta

Version:
77 lines 2.16 kB
{ "name": "create-t3-app-deepmeta", "version": "7.8.5", "description": "Create web application with the t3 stack", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/deepak-deepmeta/create-t3-deepmeta.git", "directory": "cli" }, "keywords": [ "create-t3-app", "init.tips", "next.js", "t3-stack", "tailwind", "tRPC", "typescript" ], "type": "module", "exports": "./dist/index.js", "bin": { "create-t3-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": "prettier --write --plugin-search-dir=. **/*.{cjs,mjs,ts,tsx,md,json} --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern", "format:check": "pnpm format --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": { "chalk": "5.2.0", "commander": "^10.0.0", "execa": "^7.0.0", "fs-extra": "^11.1.0", "gradient-string": "^2.0.2", "inquirer": "^9.1.4", "ora": "6.1.2", "sort-package-json": "^2.4.1" }, "devDependencies": { "@prisma/client": "^4.10.1", "@tanstack/react-query": "^4.24.9", "@trpc/client": "^10.12.0", "@trpc/next": "^10.12.0", "@trpc/react-query": "^10.12.0", "@trpc/server": "^10.12.0", "@types/fs-extra": "^11.0.1", "@types/gradient-string": "^1.1.2", "@types/inquirer": "^9.0.3", "@types/node": "^18.14.0", "next": "^13.1.6", "next-auth": "^4.19.2", "prettier": "^2.8.4", "prettier-plugin-tailwindcss": "^0.2.3", "prisma": "^4.10.1", "react": "18.2.0", "react-dom": "18.2.0", "superjson": "^1.12.2", "tsup": "^6.6.3", "type-fest": "^3.6.0", "typescript": "^4.9.5", "zod": "^3.21.4" } }