pages/package.json
thepaperpilot 76e17da25b
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m3s
Add licenses page
2024-06-22 16:17:27 -05:00

32 lines
1.2 KiB
JSON

{
"name": "thepaperpilot",
"version": "1.0.0",
"description": "The Paper Pilot Portfolio",
"scripts": {
"serve": "vitepress serve site",
"dev": "vitepress dev site",
"build": "rm -rf ./garden-output && yarn run logseq-export && node build_garden.js && vitepress build site",
"logseq-export": "run-script-os",
"logseq-export:win32": "logseq-export/logseq-export.exe --logseqFolder ./Garden --outputFolder ./garden-output",
"logseq-export:linux": "chmod +x logseq-export/logseq-export && logseq-export/logseq-export --logseqFolder ./Garden --outputFolder ./garden-output"
},
"repository": "git+https://github.com/thepaperpilot/thepaperpilot.github.io.git",
"author": "thepaperpilot",
"license": "ISC",
"homepage": "https://www.thepaperpilot.org/thepaperpilot.github.io",
"dependencies": {
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.1.1",
"@tresjs/core": "^4.0.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"feed": "^4.2.2",
"run-script-os": "^1.1.6",
"three": "^0.165.0",
"vitepress": "^1.2.2",
"vue": "^3.3.4",
"word-counting": "^1.1.4"
},
"private": true,
"devDependencies": {
"@types/three": "^0.165.0"
}
}