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",
"homepage": "https://thepaperpilot.org/thepaperpilot.github.io",
"dependencies": {
2022-11-11 23:51:30 +00:00
"vitepress": "^1.0.0-alpha.28",
2022-10-04 23:37:40 +00:00
"vue": "^3.2.40"
},
"private": true
}