mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
This PR adds a product roadmap landing page to our marketing site. The primary goal is to keep our users informed about major new upcoming features and releases while still allow enough flexibility around timeline expectations so that we aren't crunching to meet arbitrary deadlines.
55 lines
1.4 KiB
JSON
55 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",
|
|
"@heroicons/react": "^2.0.18",
|
|
"@mdx-js/loader": "^2.3.0",
|
|
"@mdx-js/react": "^2.3.0",
|
|
"@next/mdx": "^13.4.4",
|
|
"@types/mdx": "^2.0.5",
|
|
"@types/node": "20.2.3",
|
|
"@types/react": "18.2.6",
|
|
"@types/react-dom": "18.2.4",
|
|
"@types/react-syntax-highlighter": "^15.5.7",
|
|
"asciinema-player": "^3.4.0",
|
|
"autoprefixer": "10.4.14",
|
|
"fast-xml-parser": "^4.2.5",
|
|
"flowbite": "^1.6.5",
|
|
"flowbite-react": "^0.4.4",
|
|
"highlight.js": "^11.8.0",
|
|
"md5": "^2.3.0",
|
|
"next": "13.4.4",
|
|
"next-hubspot": "^1.1.6",
|
|
"next-sitemap": "^4.1.3",
|
|
"postcss": "8.4.23",
|
|
"posthog-js": "^1.67.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-fast-marquee": "^1.6.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": "^9.0.3",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-parse": "^10.0.2",
|
|
"remark-rehype": "^10.1.0",
|
|
"tailwindcss": "3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"flowbite-typography": "^1.0.3",
|
|
"hastscript": "^7.2.0",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|