2022-10-04 23:37:40 +00:00
|
|
|
{
|
|
|
|
"name": "thepaperpilot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The Paper Pilot Portfolio",
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vitepress serve site",
|
|
|
|
"dev": "vitepress dev site",
|
2024-06-04 03:59:41 +00:00
|
|
|
"build": "rm -rf ./site/guide-to-incrementals && rm -rf ./site/public/garden && rm -rf ./site/changelog && rm -rf ./site/garden && rm -rf ./garden-output && yarn run logseq-export && node build_garden.js && vitepress build site",
|
2024-06-02 00:24:48 +00:00
|
|
|
"logseq-export": "run-script-os",
|
|
|
|
"logseq-export:win32": "logseq-export/logseq-export.exe --logseqFolder ./Garden --outputFolder ./garden-output",
|
2024-06-02 01:55:44 +00:00
|
|
|
"logseq-export:linux": "chmod +x logseq-export/logseq-export && logseq-export/logseq-export --logseqFolder ./Garden --outputFolder ./garden-output"
|
2022-10-04 23:37:40 +00:00
|
|
|
},
|
|
|
|
"repository": "git+https://github.com/thepaperpilot/thepaperpilot.github.io.git",
|
|
|
|
"author": "thepaperpilot",
|
|
|
|
"license": "ISC",
|
2023-11-28 02:08:42 +00:00
|
|
|
"homepage": "https://www.thepaperpilot.org/thepaperpilot.github.io",
|
2022-10-04 23:37:40 +00:00
|
|
|
"dependencies": {
|
2024-06-02 04:12:17 +00:00
|
|
|
"flexsearch": "^0.7.43",
|
2024-06-02 00:24:48 +00:00
|
|
|
"run-script-os": "^1.1.6",
|
|
|
|
"vitepress": "^1.2.2",
|
2024-06-02 04:12:17 +00:00
|
|
|
"vitepress-plugin-search": "^1.0.4-alpha.22",
|
2023-10-15 06:28:20 +00:00
|
|
|
"vue": "^3.3.4"
|
2022-10-04 23:37:40 +00:00
|
|
|
},
|
2024-06-04 03:59:41 +00:00
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
|
|
|
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.1.1"
|
|
|
|
}
|
2022-10-04 23:37:40 +00:00
|
|
|
}
|