forked from vrcd-community/vrchat-docs-localization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.28 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": "vrchat-docs-localization",
"author": "VRCD",
"license": "MIT",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"packageManager": "[email protected]",
"devDependencies": {
"@mdit/plugin-align": "^0.8.0",
"@mdit/plugin-figure": "^0.8.0",
"@tsconfig/node18": "^18.2.2",
"@types/imagemin-gifsicle": "^7.0.4",
"@types/imagemin-svgo": "^10.0.5",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^20.11.20",
"@vheemstra/vite-plugin-imagemin": "^2.0.0",
"@vite-pwa/vitepress": "^0.4.0",
"@vrcd-community/markdown-it-video": "^1.1.1",
"@vue/tsconfig": "^0.5.1",
"imagemin-gif2webp": "^3.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.1",
"imagemin-webp": "^8.0.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-block-embed": "^0.0.3",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"sharp": "^0.33.2",
"svgo": "^3.2.0",
"vite-plugin-pwa": "^0.19.0",
"vitepress": "^1.0.0-rc.44",
"vue-draggable-resizable": "^3.0.0"
}
}