UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

51 lines (50 loc) 1.39 kB
{ "name": "template", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "proofkit": "proofkit", "typegen": "proofkit typegen", "deploy": "proofkit deploy" }, "dependencies": { "@hookform/resolvers": "^5.1.1", "@next-safe-action/adapter-react-hook-form": "^2.0.0", "next-safe-action": "^8.0.4", "react-hook-form": "^7.54.2", "@tabler/icons-react": "^3.30.0", "@mantine/core": "^7.17.0", "@mantine/dates": "^7.17.0", "@mantine/hooks": "^7.17.0", "@mantine/modals": "^7.17.0", "@mantine/notifications": "^7.17.0", "mantine-react-table": "2.0.0-beta.9", "@t3-oss/env-nextjs": "^0.12.0", "dayjs": "^1.11.13", "next": "^15.2.3", "react": "19.0.0", "react-dom": "19.0.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20", "@types/react": "npm:types-react@19.0.12", "@types/react-dom": "npm:types-react-dom@19.0.4", "eslint": "^9.14.0", "eslint-config-next": "15.2.3", "postcss": "^8.4.41", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "typescript": "^5" }, "pnpm": { "overrides": { "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1" } } }