forked from publint/publint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 903 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
{
"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.0.3",
"pako": "^2.1.0",
"publint": "workspace:*"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.2.0",
"@unocss/core": "^0.51.13",
"@unocss/extractor-svelte": "^0.51.13",
"@unocss/preset-uno": "^0.51.13",
"@unocss/vite": "^0.51.13",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"svelte": "^3.59.1",
"unified": "^10.1.2",
"vite": "^4.3.8"
}
}