48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "app",
|
|
"private": true,
|
|
"version": "1.2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
"@fortawesome/react-fontawesome": "^3.3.1",
|
|
"@microsoft/microsoft-graph-types": "^2.40.0",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"axios": "^1.16.1",
|
|
"oidc-spa": "^10.2.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.77.0",
|
|
"react-router-dom": "^7.1.5",
|
|
"tailwindcss": "^4.3.0",
|
|
"typeorm-extension": "^3.9.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"daisyui": "^5.5.20",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
"globals": "^15.14.0",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.22.0",
|
|
"vite": "^6.1.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|