2024_DEV_BUT3/package.json

42 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-03-27 01:37:35 +01:00
{
2024-04-04 23:15:54 +02:00
"name": "2024-dev-but3",
"description": "Gestionnaire de depense portant le nom de : T'as cru j'etais riche ? (TCJR abrege).",
2024-03-27 01:37:35 +01:00
"private": true,
2024-04-04 23:15:54 +02:00
"version": "0.0.1",
2024-03-27 01:37:35 +01:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write 'src/**/*.{js,jsx}'",
"prepare": "husky install"
},
"dependencies": {
"axios": "^1.6.7",
2024-04-03 03:46:05 +02:00
"clipboard-copy": "^4.0.1",
2024-03-27 01:37:35 +01:00
"react": "^18.2.0",
2024-03-31 23:45:25 +02:00
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.2.0",
2024-03-27 01:37:35 +01:00
"react-cookie": "^7.0.2",
"react-dom": "^18.2.0",
2024-03-31 23:45:25 +02:00
"react-loader-spinner": "^6.1.6",
2024-03-27 01:37:35 +01:00
"react-router-dom": "^6.21.3",
"sass": "^1.72.0"
},
"devDependencies": {
"@types/node": "^20.11.9",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"happy-dom": "^13.3.1",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
2024-04-04 23:15:54 +02:00
"vite": "^5.0.8"
2024-03-27 01:37:35 +01:00
}
2024-04-01 12:55:40 +02:00
}