2021-05-21 08:49:41 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
2024-09-11 23:10:39 +02:00
|
|
|
"type": "module",
|
2021-05-21 08:49:41 +02:00
|
|
|
"scripts": {
|
|
|
|
"api-docs:validate": "./node_modules/raml2html/bin/raml2html --validate www/api/docs.raml > /dev/null",
|
|
|
|
"api-docs:build": "./node_modules/raml2html/bin/raml2html --validate --theme raml2html-werk-theme --input www/api/docs.raml --output www/api/docs-tmp.html && cat www/api/docs-tmp.html | sed -e 's/<\\/head>/<link rel=\\\"stylesheet\\\" href=\\\"\\.\\/assets\\/docs_custom\\.css\\\"><\\/head>/' > www/api/docs.html && rm www/api/docs-tmp.html",
|
2024-09-11 23:10:39 +02:00
|
|
|
"dev": "vite -d --cors --host ::",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
2021-05-21 08:49:41 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-11 23:10:39 +02:00
|
|
|
"raml2html": "^7.8.0",
|
|
|
|
"raml2html-werk-theme": "^1.3.4"
|
2021-05-21 08:49:41 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-04 22:49:08 +02:00
|
|
|
"@primevue/icons": "^4.0.7",
|
|
|
|
"@primevue/themes": "^4.0.7",
|
2024-09-11 23:10:39 +02:00
|
|
|
"@vitejs/plugin-vue": "^5",
|
|
|
|
"axios": "^1",
|
2024-09-29 23:03:28 +02:00
|
|
|
"glob": "^11",
|
2024-10-04 22:49:08 +02:00
|
|
|
"primeicons": "^7.0.0",
|
|
|
|
"primevue": "^4",
|
2024-09-11 23:10:39 +02:00
|
|
|
"vite": "^5",
|
|
|
|
"vue": "^3"
|
2021-05-21 08:49:41 +02:00
|
|
|
}
|
|
|
|
}
|