-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 KB
/
package.json
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
{
"name": "@O4bit/website",
"type": "module",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "NODE_ENV=development vinxi dev",
"build": "NODE_ENV=production vinxi build",
"start": "vinxi start",
"version": "vinxi version",
"format": "biome check --apply ."
},
"dependencies": {
"@shikijs/transformers": "^1.22.0",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.13.6",
"@solidjs/start": "^1.0.8",
"js-confetti": "^0.12.0",
"solid-js": "^1.9.2",
"timeago.js": "^4.0.2"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@shikijs/rehype": "^1.22.0",
"@shikijs/twoslash": "^1.22.0",
"@vinxi/plugin-mdx": "^3.7.2",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.79.5",
"solid-mdx": "^0.0.7",
"vinxi": "^0.4.3",
"vite-plugin-solid-svg": "^0.8.1"
},
"trustedDependencies": ["@biomejs/biome", "esbuild"],
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@vinxi/[email protected]": "patches/@vinxi%[email protected]"
}
}