-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.11 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.11 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
{
"name": "paradedb-website",
"version": "0.2.0",
"private": false,
"license": "Apache-2.0",
"description": "ParadeDB marketing website",
"repository": {
"type": "git",
"url": "https://github.com/paradedb/website.git"
},
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack && next-sitemap",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.1.6",
"@next/third-parties": "^16.1.6",
"@paper-design/shaders-react": "^0.0.71",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@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",
"@remixicon/react": "^4.9.0",
"@tailwindcss/typography": "^0.5.19",
"@tremor/react": "^3.18.7",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"highlight.js": "^11.11.1",
"katex": "^0.16.28",
"next": "^16.1.6",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"porter-stemmer": "^0.9.1",
"react": "^19.2.4",
"react-cookie-consent": "^10.0.1",
"react-dom": "^19.2.4",
"react-wrap-balancer": "^1.1.1",
"recharts": "^3.7.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"rss": "^1.2.2",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.2.1",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@types/rss": "^0.0.32",
"eslint": "^9.39.1",
"eslint-config-next": "^16.1.6",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"shiki": "^3.22.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}