UNPKG

@proofgeist/kit

Version:

Create web application with the ProofKit stack

118 lines (117 loc) 3.33 kB
{ "name": "@proofgeist/kit", "version": "0.3.2", "description": "Create web application with the ProofKit stack", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/proofgeist/proofkit.git", "directory": "cli" }, "keywords": [ "proofkit", "filemaker", "ottomatic", "proofgeist", "next.js", "typescript" ], "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./index.d.ts" } }, "bin": { "proofkit": "dist/index.js" }, "files": [ "dist", "index.d.ts", "template", "README.md", "LICENSE", "CHANGELOG.md", "package.json" ], "engines": { "node": ">=20.12.0" }, "scripts": { "typecheck": "tsc", "build": "tsup", "dev": "tsup --watch", "clean": "rm -rf dist .turbo node_modules", "start": "node dist/index.js", "lint": "eslint . --ext .ts,.tsx", "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 --access public", "pub:next": "pnpm build && npm publish --tag next --access public", "pub:release": "pnpm build && npm publish --access public" }, "dependencies": { "@clack/core": "^0.3.4", "@clack/prompts": "^0.7.0", "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@proofgeist/fmdapi": "^4.1.5", "@types/glob": "^8.1.0", "axios": "^1.7.3", "chalk": "5.2.0", "commander": "^10.0.1", "dotenv": "^16.4.5", "es-toolkit": "^1.15.1", "execa": "^9.5.1", "fs-extra": "^11.2.0", "glob": "^11.0.1", "gradient-string": "^2.0.2", "jiti": "^1.21.6", "open": "^10.1.0", "ora": "6.3.1", "randomstring": "^1.3.0", "semver": "^7.6.3", "sort-package-json": "^2.10.0", "ts-morph": "^23.0.0" }, "devDependencies": { "@auth/drizzle-adapter": "^1.1.0", "@auth/prisma-adapter": "^1.6.0", "@libsql/client": "^0.6.0", "@planetscale/database": "^1.18.0", "@prisma/adapter-planetscale": "^5.14.0", "@prisma/client": "^5.14.0", "@t3-oss/env-nextjs": "^0.10.1", "@tanstack/react-query": "^5.49.2", "@trpc/client": "11.0.0-rc.441", "@trpc/next": "11.0.0-rc.441", "@trpc/react-query": "11.0.0-rc.441", "@trpc/server": "11.0.0-rc.441", "@types/axios": "^0.14.0", "@types/fs-extra": "^11.0.4", "@types/gradient-string": "^1.1.6", "@types/node": "^20.14.10", "@types/randomstring": "^1.3.0", "@types/react": "^18.3.11", "@types/semver": "^7.5.8", "drizzle-kit": "^0.21.4", "drizzle-orm": "^0.30.10", "mysql2": "^3.9.7", "next": "^14.2.4", "next-auth": "^4.24.7", "postgres": "^3.4.4", "prettier": "^3.3.2", "prettier-plugin-tailwindcss": "^0.6.5", "prisma": "^5.14.0", "react": "^18.3.1", "react-dom": "^18.3.1", "superjson": "^2.2.1", "tailwindcss": "^3.4.3", "tsup": "^6.7.0", "type-fest": "^3.13.1", "typescript": "^5.6.3", "zod": "^3.23.8" } }