2024-03-29 20:08:34 -04:00
|
|
|
{
|
|
|
|
|
"name": "pfe004-evaluetonsavoir",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --host",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
|
"preview": "vite preview",
|
2024-09-14 18:08:18 -04:00
|
|
|
"test": "jest --colors",
|
2024-03-29 20:08:34 -04:00
|
|
|
"test:watch": "jest --watch"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@emotion/react": "^11.11.3",
|
|
|
|
|
"@emotion/styled": "^11.11.0",
|
|
|
|
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
2024-09-05 15:19:22 -04:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
2024-03-29 20:08:34 -04:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2024-09-15 22:34:20 -04:00
|
|
|
"@mui/icons-material": "^6.1.0",
|
2024-03-29 20:08:34 -04:00
|
|
|
"@mui/lab": "^5.0.0-alpha.153",
|
2024-09-15 22:34:20 -04:00
|
|
|
"@mui/material": "^6.1.0",
|
2024-03-29 20:08:34 -04:00
|
|
|
"@types/uuid": "^9.0.7",
|
|
|
|
|
"axios": "^1.6.7",
|
2025-01-15 09:29:46 -05:00
|
|
|
"dompurify": "^3.2.3",
|
2024-09-15 14:26:42 -04:00
|
|
|
"esbuild": "^0.23.1",
|
2024-09-15 17:23:20 -04:00
|
|
|
"gift-pegjs": "^1.0.2",
|
2024-03-29 20:08:34 -04:00
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2024-09-15 22:34:20 -04:00
|
|
|
"katex": "^0.16.11",
|
2024-09-15 21:41:24 -04:00
|
|
|
"marked": "^14.1.2",
|
2024-03-29 20:08:34 -04:00
|
|
|
"nanoid": "^5.0.2",
|
2025-01-16 12:37:07 -05:00
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
2024-03-29 20:08:34 -04:00
|
|
|
"react-modal": "^3.16.1",
|
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": "^9.0.1",
|
2024-09-15 14:26:42 -04:00
|
|
|
"vite-plugin-checker": "^0.8.0"
|
2024-03-29 20:08:34 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/preset-env": "^7.23.3",
|
|
|
|
|
"@babel/preset-react": "^7.23.3",
|
|
|
|
|
"@babel/preset-typescript": "^7.23.3",
|
2025-01-11 02:22:14 -05:00
|
|
|
"@eslint/js": "^9.18.0",
|
2024-09-15 21:41:24 -04:00
|
|
|
"@testing-library/dom": "^10.4.0",
|
|
|
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
|
|
|
"@testing-library/react": "^16.0.1",
|
2024-09-15 14:26:42 -04:00
|
|
|
"@types/jest": "^29.5.13",
|
2024-09-15 21:41:24 -04:00
|
|
|
"@types/node": "^22.5.5",
|
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",
|
2024-09-15 21:41:24 -04:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.5.0",
|
2025-01-29 11:35:45 -05:00
|
|
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
2025-01-11 02:22:14 -05:00
|
|
|
"eslint": "^9.18.0",
|
|
|
|
|
"eslint-plugin-react": "^7.37.3",
|
2024-09-15 22:34:20 -04:00
|
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc-206df66e-20240912",
|
2024-09-15 14:26:42 -04:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.12",
|
2025-01-11 02:22:14 -05:00
|
|
|
"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.1.1",
|
2024-09-15 14:26:42 -04:00
|
|
|
"typescript": "^5.6.2",
|
2025-01-11 02:22:14 -05:00
|
|
|
"typescript-eslint": "^8.19.1",
|
2024-09-15 21:41:24 -04:00
|
|
|
"vite": "^5.4.5",
|
2024-09-15 22:13:35 -04:00
|
|
|
"vite-plugin-environment": "^1.1.3"
|
2024-03-29 20:08:34 -04:00
|
|
|
}
|
2025-01-16 12:37:07 -05:00
|
|
|
}
|