pages/package.json

49 lines
2.1 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\" && set DEBUG=\"vitepress:*\" && vitepress dev site",
"build": "set NODE_OPTIONS=\"--max-old-space-size=32768\" && rm -rf ./garden-output && yarn run logseq-export && node build_garden.js && node process_posts.js && vitepress build site",
"build:lite": "set NODE_OPTIONS=\"--max-old-space-size=32768\" && vitepress build site",
"process-youtube": "node process_youtube.js",
"process-reddit": "node process_reddit.js",
"process-itch": "node process_itch.js",
"process-posts": "node process_posts.js",
"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",
"add-like": "node add_like.js",
"dev:all": "node clean.js && node process_reddit.js && node process_youtube.js && node process_itch.js && node process_posts.js && yarn run dev"
},
"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",
"csv-parse": "^5.5.6",
"dotenv": "^16.4.5",
"feed": "^4.2.2",
"google-auth-library": "^9.11.0",
"googleapis": "^140.0.1",
"link-preview-js": "^3.0.5",
"run-script-os": "^1.1.6",
"sanitize-html": "^2.13.0",
"snoowrap": "^1.23.0",
"three": "^0.165.0",
"user-agents": "^1.1.261",
"vitepress": "^1.2.2",
"vue": "^3.3.4",
"word-counting": "^1.1.4",
"yaml": "^2.4.5",
"ytmusic-api": "^5.2.2"
},
"private": true,
"devDependencies": {
"@types/three": "^0.165.0"
}
}