diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-12 18:47:33 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-12 18:47:33 +0100 |
| commit | 3774d5dfd730ab947438ba45dced508602483324 (patch) | |
| tree | 83baafed9d2476e75bf43f84d3a98567943e600a /communities/red-right-hand/vitepress/package.json | |
| parent | 98ec34378c1a40803fcd04494518be9b80536355 (diff) | |
| download | unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar.gz unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar.bz2 unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar.xz unnamed-group-3774d5dfd730ab947438ba45dced508602483324.zip | |
add red-right-hand community projects
Diffstat (limited to 'communities/red-right-hand/vitepress/package.json')
| -rw-r--r-- | communities/red-right-hand/vitepress/package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/communities/red-right-hand/vitepress/package.json b/communities/red-right-hand/vitepress/package.json new file mode 100644 index 0000000..92b24a6 --- /dev/null +++ b/communities/red-right-hand/vitepress/package.json @@ -0,0 +1,21 @@ +{ + "type": "module", + "scripts": { + "deploy": "run-s vitepress:clear-dist vitepress:build vitepress:build:pwa-move wrangler:deploy", + "wrangler:deploy": "npx wrangler deploy", + "vitepress:dev": "vitepress dev", + "vitepress:build": "vitepress build", + "vitepress:build:pwa-move": "shx mv markdown/.vitepress/dist/* .vitepress/dist/", + "vitepress:clear-dist": "shx rm -rf .vitepress/dist", + "vitepress:preview": "vitepress preview" + }, + "devDependencies": { + "@vite-pwa/vitepress": "^1.1.0", + "markdown-it-mathjax3": "^4.3.2", + "npm-run-all2": "^8.0.4", + "shx": "^0.4.0", + "vitepress": "^2.0.0-alpha.17", + "vitepress-plugin-tabs": "^0.8.0", + "vue": "^3.5.31" + } +} |
