mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "www2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"postbuild": "next-sitemap",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@docsearch/react": "^3.5.2",
|
|
"@mdx-js/loader": "^2.3.0",
|
|
"@mdx-js/react": "^2.3.0",
|
|
"@next/mdx": "~13.4.19",
|
|
"@types/mdx": "^2.0.9",
|
|
"@types/node": "20.2.3",
|
|
"@types/react": "18.2.6",
|
|
"@types/react-dom": "18.2.13",
|
|
"@types/react-syntax-highlighter": "^15.5.9",
|
|
"asciinema-player": "^3.6.3",
|
|
"autoprefixer": "10.4.14",
|
|
"fast-xml-parser": "^4.3.2",
|
|
"flowbite": "^1.8.1",
|
|
"flowbite-react": "^0.4.11",
|
|
"highlight.js": "^11.9.0",
|
|
"md5": "^2.3.0",
|
|
"next": "~13.4.19",
|
|
"next-hubspot": "^1.1.6",
|
|
"next-sitemap": "^4.2.3",
|
|
"postcss": "8.4.31",
|
|
"posthog-js": "^1.84.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-fast-marquee": "^1.6.2",
|
|
"react-icons": "^4.11.0",
|
|
"react-markdown": "^8.0.7",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-highlight": "^6.0.0",
|
|
"rehype-slug": "^5.1.0",
|
|
"rehype-stringify": "^10.0.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-parse": "^10.0.2",
|
|
"tailwindcss": "3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"flowbite-typography": "^1.0.3",
|
|
"hastscript": "^8.0.0",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|