nixin-web/package.json

18 lines
379 B
JSON
Raw Permalink Normal View History

2024-09-24 07:14:24 +00:00
{
"name": "NixiN",
"repository": {
"type": "git",
"url": "git+https://git.distrilab.fr/NixiN/nixin-web.git"
},
"license": "AGPL-3.0",
"homepage": "https://nixin.distrilab.eu",
2024-09-24 07:14:24 +00:00
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.3.3"
}
}