-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 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
{
"name": "dboxed-website",
"version": "1.0.0",
"description": "Dboxed landing page and docs.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap && pagefind --site .next/server/app --output-path public/_pagefind"
},
"repository": {
"type": "module",
"url": "https://github.com/dboxed/dboxed-website"
},
"dependencies": {
"@netlify/plugin-nextjs": "^5.15.1",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@socialgouv/matomo-next": "^1.11.0",
"@tailwindcss/postcss": "^4.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.555.0",
"next": "^15.5.9",
"next-sitemap": "^4.2.3",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"postcss": "^8.5.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"vanilla-cookieconsent": "^3.1.0"
},
"devDependencies": {
"@types/node": "22.18.11",
"@types/react": "19.0.14",
"jsdom": "^27.3.0",
"pagefind": "^1.4.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}