-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"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.13.2",
"@solidjs/start": "^1.0.0-rc.0",
"@vinxi/plugin-mdx": "^3.7.1",
"prismjs": "^1.29.0",
"remark-toc": "^9.0.0",
"solid-js": "^1.8.16",
"solid-mdx": "^0.0.7",
"vinxi": "^0.3.10"
},
"engines": {
"node": ">=18",
"yarn": "3"
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/rollup": "^3.0.1",
"@solidjs/meta": "^0.29.3",
"autoprefixer": "^10.4.19",
"dayjs": "^1.11.11",
"hast-util-to-string": "^3.0.0",
"http-server": "^14.1.1",
"refractor": "^4.8.1",
"rehype-mdx-code-props": "^3.0.0",
"remark-frontmatter": "^5.0.0",
"solid-jsx": "^1.1.4",
"tailwindcss": "^3.4.3",
"to-vfile": "^8.0.0",
"typed-css-modules": "^0.9.1",
"unist-util-visit": "^5.0.0",
"vfile-matter": "^5.0.0",
"vite": "^5.2.11"
}
}