-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 995 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 995 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
28
29
30
31
32
33
{
"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.28",
"@vuepress/plugin-comment": "2.0.0-rc.128",
"@vuepress/plugin-docsearch": "2.0.0-rc.128",
"@vuepress/plugin-feed": "2.0.0-rc.128",
"@vuepress/plugin-git": "2.0.0-rc.128",
"@vuepress/plugin-notice": "2.0.0-rc.128",
"@vuepress/plugin-pwa": "2.0.0-rc.128",
"markdownlint-cli2": "^0.22.0",
"sass-embedded": "^1.99.0",
"vue": "^3.5.32",
"vuepress": "2.0.0-rc.28",
"vuepress-theme-hope": "2.0.0-rc.106"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
}
}