client initial commit

This commit is contained in:
Ari Yeger
2025-07-15 13:35:27 -04:00
parent 5fc2a1eb24
commit b01e1cd586
25 changed files with 3217 additions and 0 deletions

27
client/package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "ijy-client",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"jwt-decode": "^4.0.0",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vue-toast-notification": "^3.1.3"
},
"devDependencies": {
"@types/node": "^24.0.10",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.7.0",
"axios": "^1.6.5",
"bootstrap": "^5.3.3",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vue-tsc": "^2.2.12"
}
}