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-22 21:17:27 +00:00
|
|
|
"build": "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-22 21:17:27 +00:00
|
|
|
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.1.1",
|
2024-06-20 11:27:48 +00:00
|
|
|
"@tresjs/core": "^4.0.2",
|
2024-06-15 14:27:33 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "^4.0.0",
|
2024-06-11 04:13:50 +00:00
|
|
|
"feed": "^4.2.2",
|
2024-06-02 00:24:48 +00:00
|
|
|
"run-script-os": "^1.1.6",
|
2024-06-20 11:27:48 +00:00
|
|
|
"three": "^0.165.0",
|
2024-06-02 00:24:48 +00:00
|
|
|
"vitepress": "^1.2.2",
|
2024-06-15 04:56:32 +00:00
|
|
|
"vue": "^3.3.4",
|
|
|
|
"word-counting": "^1.1.4"
|
2022-10-04 23:37:40 +00:00
|
|
|
},
|
2024-06-04 03:59:41 +00:00
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2024-06-20 11:27:48 +00:00
|
|
|
"@types/three": "^0.165.0"
|
2024-06-04 03:59:41 +00:00
|
|
|
}
|
2022-10-04 23:37:40 +00:00
|
|
|
}
|