create-t3-supabase-zustand
Version:
Create web application with the t3 stack, Supabase, and Zustand
106 lines (105 loc) • 3 kB
JSON
{
"name": "create-t3-supabase-zustand",
"version": "1.0.2",
"description": "Create web application with the t3 stack, Supabase, and Zustand",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/t3-oss/create-t3-app.git",
"directory": "cli"
},
"keywords": [
"create-t3-supabase-zustand",
"init.tips",
"next.js",
"t3-stack",
"tailwind",
"tRPC",
"typescript",
"supabase",
"zustand"
],
"type": "module",
"exports": "./dist/index.js",
"bin": {
"create-t3-supabase-zustand": "./dist/index.js"
},
"files": [
"dist",
"template",
"README.md",
"LICENSE",
"CHANGELOG.md",
".yarnrc.yml",
"package.json"
],
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"typecheck": "tsc",
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist .turbo node_modules",
"start": "node dist/index.js",
"lint": "eslint",
"lint:fix": "pnpm lint --fix",
"format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --write",
"format:check": "prettier '**/*.{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.6.3",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"chalk": "5.2.0",
"commander": "^10.0.1",
"execa": "^7.2.0",
"fs-extra": "^11.2.0",
"gradient-string": "^2.0.2",
"ora": "6.3.1",
"sort-package-json": "^2.10.0"
},
"devDependencies": {
"@auth/drizzle-adapter": "^1.1.0",
"@auth/prisma-adapter": "^1.6.0",
"@libsql/client": "^0.14.0",
"@planetscale/database": "^1.19.0",
"@prisma/adapter-planetscale": "^6.5.0",
"@prisma/client": "^6.5.0",
"@supabase/supabase-js": "^2.39.0",
"@supabase/ssr": "^0.1.0",
"@t3-oss/env-nextjs": "^0.12.0",
"@tailwindcss/postcss": "^4.0.15",
"@tanstack/react-query": "^5.69.0",
"@trpc/client": "11.0.0",
"@trpc/next": "11.0.0",
"@trpc/react-query": "11.0.0",
"@trpc/server": "11.0.0",
"@types/fs-extra": "^11.0.4",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.14.10",
"drizzle-kit": "^0.30.5",
"drizzle-orm": "^0.41.0",
"immer": "^10.0.3",
"mysql2": "^3.11.0",
"next": "^15.2.3",
"next-auth": "^4.24.7",
"postgres": "^3.4.4",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"superjson": "^2.2.1",
"tailwindcss": "^4.0.15",
"tsup": "^6.7.0",
"type-fest": "^3.13.1",
"typescript": "^5.8.2",
"zod": "^3.24.2",
"zustand": "^4.4.7"
}
}