-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 5.1 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 5.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "craft",
"version": "0.2.0",
"type": "module",
"description": "The ultimate vibe coding tool for building Next.js powered websites and apps",
"author": "Nextcrafter Labs (OPC) Private Limited",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/craftfast/craft.git"
},
"bugs": {
"url": "https://github.com/craftfast/craft/issues"
},
"homepage": "https://craft.fast",
"engines": {
"node": ">=20.19.0"
},
"pnpm": {
"overrides": {
"@modelcontextprotocol/sdk": "^1.24.0",
"js-yaml": "^4.1.1",
"body-parser": "^2.2.1",
"mdast-util-to-hast": "^13.2.1"
}
},
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev --turbopack",
"build": "prisma migrate deploy && next build --turbopack",
"deploy:migrate": "prisma migrate deploy",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix",
"type-check": "tsc --noEmit",
"db:seed": "tsx prisma/seed.ts",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"e2b:build": "cd e2b/node && pnpm install && pnpm build:prod",
"e2b:build:dev": "cd e2b/node && pnpm install && pnpm build:dev",
"e2b:build:prod": "cd e2b/node && pnpm install && pnpm build:prod",
"e2b:build:variants": "cd e2b/node && pnpm install && pnpm build:variants",
"e2b:build:screenshot": "cd e2b/screenshot && pnpm install && pnpm build:prod",
"e2b:build:screenshot:dev": "cd e2b/screenshot && pnpm install && pnpm build:dev",
"e2b:build:screenshot:prod": "cd e2b/screenshot && pnpm install && pnpm build:prod",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && changeset publish",
"prepare": "husky"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.985.0",
"@aws-sdk/s3-request-presigner": "^3.985.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.13",
"@neondatabase/api-client": "^2.7.0",
"@neondatabase/serverless": "^1.0.2",
"@posthog/ai": "^7.8.6",
"@prisma/adapter-neon": "^7.3.0",
"@prisma/client": "^7.3.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-email/components": "^1.0.7",
"@react-email/render": "^2.0.4",
"@uiw/codemirror-theme-github": "^4.25.4",
"@uiw/react-codemirror": "^4.25.4",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.36.2",
"@vercel/analytics": "^1.6.1",
"@vercel/sdk": "^1.19.1",
"@vercel/speed-insights": "^1.3.1",
"ai": "^6.0.77",
"bcryptjs": "^3.0.3",
"better-auth": "^1.4.18",
"bullmq": "^5.67.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dodopayments": "^2.19.0",
"dodopayments-checkout": "^1.8.0",
"dotenv": "^17.2.4",
"e2b": "^2.13.0",
"highlight.js": "^11.11.1",
"html2canvas": "^1.4.1",
"ioredis": "^5.9.2",
"lucide-react": "^0.563.0",
"nanoid": "^5.1.6",
"next": "16.1.6",
"next-themes": "^0.4.6",
"otpauth": "^9.5.0",
"posthog-js": "^1.342.1",
"posthog-node": "^5.24.11",
"qrcode": "^1.5.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-email": "^5.2.8",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"resend": "^6.9.1",
"sonner": "^2.0.7",
"standardwebhooks": "^1.0.0",
"strip-ansi": "^7.1.2",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.15.26",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@eslint/eslintrc": "^3.2.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/jest": "^30.0.0",
"@types/node": "^25.2.2",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@types/validator": "^13.15.10",
"dotenv": "^17.2.4",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.6",
"husky": "^9.1.7",
"prisma": "^7.3.0",
"shadcn": "^3.8.4",
"tailwindcss": "^4.1.18",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}