Updated looks

This commit is contained in:
2024-04-04 16:38:58 -04:00
parent f904875ed2
commit d48caeae63
54 changed files with 1112 additions and 1244 deletions

10
package.json Normal file → Executable file
View File

@@ -29,14 +29,14 @@
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"@types/node": "^20.5.9",
"@quasar/app-vite": "^2.0.0-beta.1",
"@types/node": "*",
"@quasar/app-vite": "*",
"autoprefixer": "^10.4.2",
"typescript": "^5.2.2"
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
"node": "v20.12.0",
"npm": "",
"yarn": "*"
}
}