v5/package.json
2025-01-23 11:16:33 -05:00

45 lines
1.1 KiB
JSON

{
"name": "example-with-mdx",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"preview": "npx http-server ./.output/public"
},
"dependencies": {
"@mdx-js/mdx": "^2.3.0",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.0.11",
"@vinxi/plugin-mdx": "^3.7.2",
"prismjs": "^1.29.0",
"remark-toc": "^9.0.0",
"solid-js": "^1.9.4",
"solid-mdx": "^0.0.7",
"vinxi": "^0.5.1"
},
"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",
"tailwindcss": "^3.4.17",
"to-vfile": "^8.0.0",
"typed-css-modules": "^0.9.1",
"unist-util-visit": "^5.0.0",
"vfile-matter": "^5.0.0",
"vite": "^6.0.11"
}
}