{ "name": "projet-but3", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "test": "vitest", "test-e2e": "npx playwright test", "show-e2e": "npx playwright show-report", "preview": "vite preview", "format": "prettier --write 'src/**/*.{js,jsx}'", "prepare": "husky install" }, "dependencies": { "@ant-design/icons": "^5.3.7", "axios": "^1.6.7", "bootstrap": "^5.3.3", "moment": "^2.30.1", "react": "^18.2.0", "react-cookie": "^7.0.2", "react-dom": "^18.2.0", "react-router-dom": "^6.21.3" }, "devDependencies": { "@playwright/test": "^1.42.1", "@testing-library/react": "^14.1.2", "@types/node": "^20.11.9", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react-swc": "^3.5.0", "antd": "^5.17.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", "vite": "^5.0.8", "vitest": "^1.2.2" }, "description": "Clone the project", "main": "playwright.config.js", "keywords": [], "author": "", "license": "ISC" }