pages/package.json

20 lines
525 B
JSON
Raw Normal View History

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",
"build": "vitepress build site"
},
"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": {
2023-10-15 06:28:20 +00:00
"vitepress": "^1.0.0-rc.22",
"vue": "^3.3.4"
2022-10-04 23:37:40 +00:00
},
"private": true
}