EvalueTonSavoir/client/package.json

81 lines
2.9 KiB
JSON
Raw Permalink Normal View History

2024-03-29 20:08:34 -04:00
{
"name": "pfe004-evaluetonsavoir",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "cross-env MODE=development VITE_BACKEND_URL=http://localhost:4400 vite --host",
2024-03-29 20:08:34 -04:00
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest --colors --silent",
2024-03-29 20:08:34 -04:00
"test:watch": "jest --watch"
},
"dependencies": {
2025-02-28 10:05:38 -05:00
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
2024-03-29 20:08:34 -04:00
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^7.0.2",
2024-03-29 20:08:34 -04:00
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^7.0.2",
2024-03-29 20:08:34 -04:00
"@types/uuid": "^9.0.7",
2025-02-28 10:05:38 -05:00
"axios": "^1.8.1",
"dompurify": "^3.2.5",
"esbuild": "^0.25.2",
"gift-pegjs": "^2.0.0-beta.1",
2024-03-29 20:08:34 -04:00
"jest-environment-jsdom": "^29.7.0",
"jspdf": "^3.0.1",
"jwt-decode": "^4.0.0",
"katex": "^0.16.22",
"marked": "^15.0.8",
"nanoid": "^5.1.5",
2025-03-12 15:23:36 -04:00
"qrcode.react": "^4.2.0",
2025-01-16 12:37:07 -05:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
2025-02-28 10:05:38 -05:00
"react-modal": "^3.16.3",
2024-09-15 14:26:42 -04:00
"react-router-dom": "^6.26.2",
2024-03-29 20:08:34 -04:00
"remark-math": "^6.0.0",
"socket.io-client": "^4.7.2",
"ts-node": "^10.9.1",
"uuid": "^11.1.0",
"vite-plugin-checker": "^0.9.1"
2024-03-29 20:08:34 -04:00
},
"devDependencies": {
2025-02-28 10:05:38 -05:00
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.0",
"@eslint/js": "^9.24.0",
"@testing-library/dom": "^10.4.0",
2025-02-28 10:05:38 -05:00
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
2025-04-07 15:43:41 -04:00
"@testing-library/user-event": "^14.6.1",
2024-09-15 14:26:42 -04:00
"@types/jest": "^29.5.13",
"@types/node": "^22.14.0",
2024-03-29 20:08:34 -04:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-latex": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vitejs/plugin-react-swc": "^3.8.1",
2025-03-07 13:12:32 -05:00
"cross-env": "^7.0.3",
"eslint": "^9.29.0",
"eslint-plugin-eslint-comments": "^3.2.0",
2025-03-04 16:45:12 -05:00
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.1.0-rc-206df66e-20240912",
2025-02-28 10:05:38 -05:00
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.14.0",
2024-03-29 20:08:34 -04:00
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"vite": "^6.2.6",
2024-09-15 22:13:35 -04:00
"vite-plugin-environment": "^1.1.3"
2024-03-29 20:08:34 -04:00
}
}