thepaperpilot
7e55a8c0b9
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 57s
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"name": "thepaperpilot",
|
|
"version": "1.0.0",
|
|
"description": "The Paper Pilot Portfolio",
|
|
"scripts": {
|
|
"serve": "vitepress serve site",
|
|
"dev": "set NODE_OPTIONS=\"--max-old-space-size=32768\" && vitepress dev site",
|
|
"build": "set NODE_OPTIONS=\"--max-old-space-size=32768\" && 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"
|
|
}
|
|
}
|