50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"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": {
|
|
"antd": "^5.15.4",
|
|
"axios": "^1.6.7",
|
|
"bootstrap": "^5.3.3",
|
|
"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.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",
|
|
"vite": "^5.0.8",
|
|
"vitest": "^1.2.2"
|
|
},
|
|
"description": "Clone the project",
|
|
"main": "playwright.config.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|