-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 900 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 900 Bytes
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
{
"name": "makerframe_docs",
"description": "MakerFrame Game Engine Documentation",
"version": "1.16.11+20260403",
"license": "CC BY-SA 4.0",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:dev": "vuepress-vite dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.30",
"@vuepress/plugin-comment": "2.0.0-rc.130",
"@vuepress/plugin-docsearch": "2.0.0-rc.130",
"@vuepress/plugin-feed": "2.0.0-rc.130",
"@vuepress/plugin-git": "2.0.0-rc.130",
"@vuepress/plugin-notice": "2.0.0-rc.130",
"@vuepress/plugin-pwa": "2.0.0-rc.130",
"markdownlint-cli2": "^0.22.1",
"sass-embedded": "^1.99.0",
"vue": "^3.5.34",
"vuepress": "2.0.0-rc.30",
"vuepress-theme-hope": "2.0.0-rc.107"
}
}