37 lines
937 B
JSON
37 lines
937 B
JSON
|
|
{
|
||
|
|
"name": "pesco-ncr-frontend",
|
||
|
|
"private": true,
|
||
|
|
"version": "1.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -b && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@azure/msal-browser": "^3.26.1",
|
||
|
|
"@azure/msal-react": "^2.1.1",
|
||
|
|
"@emotion/react": "^11.13.3",
|
||
|
|
"@emotion/styled": "^11.13.0",
|
||
|
|
"@mui/icons-material": "^5.16.7",
|
||
|
|
"@mui/material": "^5.16.7",
|
||
|
|
"@tanstack/react-query": "^5.59.0",
|
||
|
|
"@tiptap/extension-link": "^2.9.1",
|
||
|
|
"@tiptap/react": "^2.9.1",
|
||
|
|
"@tiptap/starter-kit": "^2.9.1",
|
||
|
|
"dayjs": "^1.11.13",
|
||
|
|
"react": "^18.3.1",
|
||
|
|
"react-dom": "^18.3.1",
|
||
|
|
"react-router-dom": "^6.26.2",
|
||
|
|
"recharts": "^2.13.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^22.7.4",
|
||
|
|
"@types/react": "^18.3.10",
|
||
|
|
"@types/react-dom": "^18.3.0",
|
||
|
|
"@vitejs/plugin-react": "^4.3.2",
|
||
|
|
"typescript": "~5.5.4",
|
||
|
|
"vite": "^5.4.8"
|
||
|
|
}
|
||
|
|
}
|