-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.59 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
{
"name": "tenant-alpha",
"version": "1.0.104",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:clean": "vite --force",
"verify:webmcp": "node scripts/webmcp-feature-check.mjs",
"prebuild": "node scripts/sync-pages-to-public.mjs && node scripts/generate-llms-txt.mjs",
"build": "tsc && vite build",
"dist": "bash ./src2Code.sh --template alpha src .cursor vercel.json components.json index.html tsconfig.json package.json tsconfig.node.json vite.config.ts scripts ",
"preview": "vite preview",
"bake:email": "tsx scripts/bake-email.tsx",
"bakemail": "npm run bake:email --",
"dist:dna": "npm run dist"
},
"dependencies": {
"@olonjs/core": "^1.1.7",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.474.0",
"motion": "^12.38.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.30.3",
"react-use-measure": "^2.1.7",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0",
"tiptap-markdown": "^0.8.10",
"zod": "^3.24.1"
},
"devDependencies": {
"@react-email/components": "^0.0.41",
"@react-email/render": "^1.0.5",
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"tsx": "^4.20.5",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}