{ "name": "example-with-mdx", "type": "module", "scripts": { "dev": "bunx vinxi dev", "build": "bunx vinxi build", "start": "bunx vinxi start", "serve": "bunx serve .output/public -l 8085", "preview": "npx http-server ./.output/public" }, "dependencies": { "@mdx-js/mdx": "^3.1.1", "@solidjs/router": "^0.15.4", "@solidjs/start": "^1.3.2", "@tailwindcss/vite": "4.0.0", "@vinxi/plugin-mdx": "^3.7.2", "gray-matter": "^4.0.3", "prismjs": "^1.30.0", "rehype-prism-plus": "^2.0.2", "remark-toc": "^9.0.0", "solid-js": "^1.9.11", "solid-mdx": "^0.0.7", "tailwind-nord": "^1.3.0", "tailwindcss": "4.0.0", "vinxi": "^0.5.11", "serve": "^14.2.5" }, "engines": { "node": ">=18", "yarn": "3" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@mdx-js/rollup": "^3.1.1", "@solidjs/meta": "^0.29.4", "autoprefixer": "^10.4.27", "dayjs": "^1.11.19", "rehype-mdx-code-props": "^3.0.1", "remark-frontmatter": "^5.0.0", "solid-jsx": "^1.1.4", "typed-css-modules": "^0.9.1", "vite": "^6.4.1" } }