EvalueTonSavoir/client/package.json

70 lines
2.4 KiB
JSON
Raw Normal View History

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",
"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",
"@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",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.15.11",
"@types/uuid": "^9.0.7",
"axios": "^1.6.7",
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",
"katex": "^0.16.9",
"marked": "^14.1.2",
2024-03-29 20:08:34 -04:00
"nanoid": "^5.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-latex": "^2.0.0",
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",
"@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",
"@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",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
2024-03-29 20:08:34 -04:00
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^9.10.0",
2024-03-29 20:08:34 -04:00
"eslint-plugin-react-hooks": "^4.6.0",
2024-09-15 14:26:42 -04:00
"eslint-plugin-react-refresh": "^0.4.12",
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",
"vite": "^5.4.5",
"vite-plugin-environment": "^1.1.3",
2024-03-29 20:08:34 -04:00
"vite-plugin-rewrite-all": "^1.0.1"
}
}