2025-01-10 12:40:50 +01:00
|
|
|
{
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"serve": "vite preview",
|
|
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
|
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
|
|
|
|
|
"format": "prettier --write ./src"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@emotion/react": "^11.14.0",
|
|
|
|
|
"@emotion/styled": "^11.14.0",
|
|
|
|
|
"@mui/icons-material": "^5.16.14",
|
|
|
|
|
"@mui/material": "^5.16.14",
|
2025-01-21 22:04:19 +01:00
|
|
|
"@mui/utils": "^6.4.1",
|
2025-01-10 12:40:50 +01:00
|
|
|
"@tanstack/react-query": "^5.63.0",
|
2025-01-21 22:04:19 +01:00
|
|
|
"framer-motion": "^12.0.1",
|
2025-01-13 21:50:39 +01:00
|
|
|
"lodash": "^4.17.21",
|
2025-01-21 22:04:19 +01:00
|
|
|
"prop-types": "^15.8.1",
|
2025-01-10 12:40:50 +01:00
|
|
|
"ra-data-simple-rest": "^5.4.0",
|
2025-01-21 22:04:19 +01:00
|
|
|
"ra-i18n-polyglot": "^5.5.0",
|
|
|
|
|
"ra-language-english": "^5.5.0",
|
|
|
|
|
"ra-language-french": "^5.5.0",
|
2025-01-10 12:40:50 +01:00
|
|
|
"react": "^18.3.0",
|
|
|
|
|
"react-admin": "^5.4.0",
|
|
|
|
|
"react-dom": "^18.3.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-01-21 22:04:19 +01:00
|
|
|
"@types/lodash": "^4.17.14",
|
2025-01-10 12:40:50 +01:00
|
|
|
"@types/node": "^20.10.7",
|
2025-01-21 22:04:19 +01:00
|
|
|
"@types/prop-types": "^15.7.14",
|
2025-01-10 12:40:50 +01:00
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
|
|
|
"@typescript-eslint/parser": "^5.60.1",
|
|
|
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
|
|
|
"eslint": "^8.43.0",
|
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
|
"prettier": "^3.3.3",
|
|
|
|
|
"typescript": "^5.1.6",
|
|
|
|
|
"vite": "^5.3.5"
|
|
|
|
|
},
|
|
|
|
|
"name": "tfp-frontend-poc"
|
|
|
|
|
}
|