mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
- Add 1.0 blogpost - Update font to `Public Sans` since it has all weights and offers better readability - Various layout/style fixes - Disable kotlin draft release job --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Dryga <andrew@dryga.com>
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.5.1",
|
|
"@mdx-js/loader": "^2.3.0",
|
|
"@mdx-js/react": "^2.3.0",
|
|
"@next/mdx": "^13.4.10",
|
|
"@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.5.0",
|
|
"autoprefixer": "10.4.14",
|
|
"fast-xml-parser": "^4.2.5",
|
|
"flowbite": "^1.7.0",
|
|
"flowbite-react": "^0.4.11",
|
|
"highlight.js": "^11.8.0",
|
|
"md5": "^2.3.0",
|
|
"next": "13.4.4",
|
|
"next-hubspot": "^1.1.6",
|
|
"next-sitemap": "^4.1.8",
|
|
"postcss": "8.4.23",
|
|
"posthog-js": "^1.71.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-fast-marquee": "^1.6.0",
|
|
"react-icons": "^4.10.1",
|
|
"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"
|
|
}
|
|
}
|