Files
miniplan/package.json
Jonas Gerg 213065b86c
Some checks failed
Deploy Miniplan / build (push) Failing after 42s
feat: implement unauthorized error handling and login popup
2026-04-30 22:39:04 +02:00

16 lines
282 B
JSON

{
"name": "minis-new",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"dropzone-vue3": "^1.0.2",
"rxjs": "^7.8.1"
}
}