-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
79 lines (79 loc) · 2.46 KB
/
package.json
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
{
"name": "lamaticai-docs",
"version": "0.0.1",
"description": "lamatic docs",
"scripts": {
"dev": "next dev -p 3333",
"build": "next build",
"postbuild": "next-sitemap && echo 'Removing .next/cache to resolve Nextra caching bug' && rm -rf .next/cache",
"start": "next start -p 3333",
"analyze": "cross-env ANALYZE=true next build"
},
"homepage": "https://lamatic.ai/docs",
"dependencies": {
"@calcom/embed-react": "^1.4.0",
"@headlessui/react": "^2.0.3",
"@hookform/resolvers": "^3.3.4",
"@nextui-org/react": "^2.4.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-table": "^8.16.0",
"@theguild/remark-mermaid": "^0.0.6",
"@vercel/og": "^0.6.2",
"@vidstack/react": "^0.6.15",
"ai": "^3.1.12",
"autoprefixer": "^10.4.19",
"bun": "^1.1.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.1.9",
"geist": "^1.3.0",
"gpt3-tokenizer": "^1.1.5",
"jsdom": "^24.1.0",
"lucide-react": "^0.376.0",
"next": "^14.2.3",
"next-sitemap": "^4.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"openai-edge": "^1.2.2",
"pnpm": "^9.1.2",
"postcss": "^8.4.38",
"posthog-js": "^1.130.1",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.4",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-tweet": "^3.2.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.3",
"@types/node": "18.16.0",
"cross-env": "^7.0.3",
"typescript": "^5.4.5"
},
"optionalDependencies": {
"crisp-sdk-web": "^1.0.21"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 50,
"showDetails": true
},
"packageManager": "[email protected]+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
}