-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
37 lines (37 loc) · 958 Bytes
/
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
{
"name": "publint-site",
"private": true,
"type": "module",
"author": "Bjorn Lu",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build && rm -rf dist/temp",
"preview": "vite preview",
"packfix": "node ./scripts/packFixtures.js"
},
"dependencies": {
"get-npm-tarball-url": "^2.1.0",
"pako": "^2.1.0",
"publint": "workspace:*"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@unocss/core": "^0.65.2",
"@unocss/extractor-svelte": "^0.65.2",
"@unocss/preset-uno": "^0.65.2",
"@unocss/vite": "^0.65.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shiki": "^1.24.3",
"svelte": "^5.15.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vite": "^6.0.5"
}
}