nixin-web/package.json
Florian Schmitt 088076bbea
Some checks failed
deploy to prod / Build and deploy site (push) Failing after 37s
feat(config): make timezone, locale, username and password editable
2024-10-23 13:32:12 +03:00

20 lines
439 B
JSON

{
"name": "NixiN",
"repository": {
"type": "git",
"url": "git+https://git.distrilab.fr/NixiN/nixin-web.git"
},
"license": "AGPL-3.0",
"homepage": "https://nixin.distrilab.eu",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.3.3"
},
"dependencies": {
"timezone-select-js": "^2.0.1"
}
}