v5/package.json

49 lines
1.1 KiB
JSON

{
"name": "example-with-mdx",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"serve": "vinxi serve --dir .output/public --port 8085",
"preview": "npx http-server ./.output/public"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.1",
"@tailwindcss/vite": "4.0.0",
"@vinxi/plugin-mdx": "^3.7.2",
"prismjs": "^1.29.0",
"remark-toc": "^9.0.0",
"solid-js": "^1.9.5",
"solid-mdx": "^0.0.7",
"tailwind-nord": "^1.3.0",
"tailwindcss": "4.0.0",
"vinxi": "^0.5.3"
},
"engines": {
"node": ">=18",
"yarn": "3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/rollup": "^3.1.0",
"@solidjs/meta": "^0.29.4",
"autoprefixer": "^10.4.20",
"dayjs": "^1.11.13",
"hast-util-to-string": "^3.0.1",
"http-server": "^14.1.1",
"refractor": "^4.8.1",
"rehype-mdx-code-props": "^3.0.1",
"remark-frontmatter": "^5.0.0",
"solid-jsx": "^1.1.4",
"to-vfile": "^8.0.0",
"typed-css-modules": "^0.9.1",
"unist-util-visit": "^5.0.0",
"vfile-matter": "^5.0.0",
"vite": "^6.1.1"
}
}