56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "vite-react-javascript-starter",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/material": "^7.0.1",
|
|
"axios": "^1.8.4",
|
|
"i18next": "^26.0.1",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"jwt-decode": "^4.0.0",
|
|
"lucide-react": "^0.427.0",
|
|
"react": "^18.3.1",
|
|
"react-charts": "^3.0.0-beta.57",
|
|
"react-circle-progress-bar": "^0.1.4",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^17.0.1",
|
|
"react-router-dom": "^7.4.0",
|
|
"recharts": "^2.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.18",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
"globals": "^15.9.0",
|
|
"postcss": "^8.4.35",
|
|
"tailwindcss": "^3.4.17",
|
|
"vite": "^5.4.2"
|
|
},
|
|
"description": "Bienvenue dans le projet **DevWeb** ! Ce projet utilise **Vite** et **React** pour créer une application web moderne et performante.",
|
|
"main": "eslint.config.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Charles40130/Projet-Dev-Web-Ing1.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Charles40130/Projet-Dev-Web-Ing1/issues"
|
|
},
|
|
"homepage": "https://github.com/Charles40130/Projet-Dev-Web-Ing1#readme"
|
|
}
|