Files
minhtran_dev/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2025-01-23 11:16:33 -05:00
{
"name": "example-with-mdx",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
2026-01-01 15:30:05 -05:00
"serve": "bunx serve .output/public -l 8085",
"preview": "npx http-server ./.output/public"
},
"dependencies": {
2025-01-29 17:35:25 -05:00
"@mdx-js/mdx": "^3.1.0",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.1",
2025-01-29 17:35:25 -05:00
"@tailwindcss/vite": "4.0.0",
"@vinxi/plugin-mdx": "^3.7.2",
2025-12-31 18:23:28 -05:00
"gray-matter": "^4.0.3",
"prismjs": "^1.29.0",
2025-12-31 18:23:28 -05:00
"rehype-prism-plus": "^2.0.1",
"remark-toc": "^9.0.0",
"solid-js": "^1.9.5",
"solid-mdx": "^0.0.7",
2025-01-29 17:35:25 -05:00
"tailwind-nord": "^1.3.0",
"tailwindcss": "4.0.0",
2026-01-01 15:30:05 -05:00
"vinxi": "^0.5.3",
"serve": "^14.2.4"
},
"engines": {
"node": ">=18",
"yarn": "3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@mdx-js/rollup": "^3.1.0",
"@solidjs/meta": "^0.29.4",
"autoprefixer": "^10.4.20",
"dayjs": "^1.11.13",
"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.1.1"
}
}