31 lines
No EOL
751 B
JSON
31 lines
No EOL
751 B
JSON
{
|
|
"name": "@prozilla-os/docs",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Prozilla",
|
|
"email": "business@prozilla.dev",
|
|
"url": "https://prozilla.dev/"
|
|
},
|
|
"homepage": "https://os.prozilla.dev/docs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vitepress --port 3000",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview --port 8080",
|
|
"stage": "vite-node scripts/stage",
|
|
"generate": "rimraf data && vite-node scripts/generateData"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
|
|
"directory": "packages/docs"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.6",
|
|
"react": "^18.3.1",
|
|
"rimraf": "^5.0.8",
|
|
"vite-node": "^1.6.0",
|
|
"vitepress": "^1.2.3",
|
|
"vue": "^3.4.31"
|
|
}
|
|
} |