-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "celest-docs",
"private": true,
"description": "Documentation for Celest",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/celest-dev/website.git"
},
"author": "Celest <[email protected]>",
"bugs": {
"url": "https://github.com/celest-dev/website/issues"
},
"homepage": "https://www.celest.dev",
"dependencies": {
"@calcom/embed-react": "^1.5.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.1.5",
"@intercom/messenger-js-sdk": "^0.0.6",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@sentry/nextjs": "^8.34.0",
"@vercel/og": "^0.6.3",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"lucide-react": "^0.378.0",
"next": "^14.2.15",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"posthog-js": "^1.167.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-icons": "^5.3.0",
"recharts": "^2.13.0",
"sharp": "^0.33.5",
"shiki": "^0.14.7",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react": "~18.2.79",
"autoprefixer": "^10.4.20",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^4.9.5"
}
}