mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
66 lines
2.2 KiB
JSON
66 lines
2.2 KiB
JSON
{
|
|
"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",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
|
"@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",
|
|
"esbuild": "^0.20.2",
|
|
"gift-pegjs": "^0.2.1",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"katex": "^0.16.9",
|
|
"marked": "^9.1.2",
|
|
"nanoid": "^5.0.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-latex": "^2.0.0",
|
|
"react-modal": "^3.16.1",
|
|
"react-router-dom": "^6.16.0",
|
|
"remark-math": "^6.0.0",
|
|
"socket.io-client": "^4.7.2",
|
|
"ts-node": "^10.9.1",
|
|
"uuid": "^9.0.1",
|
|
"vite-plugin-checker": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.23.3",
|
|
"@babel/preset-react": "^7.23.3",
|
|
"@babel/preset-typescript": "^7.23.3",
|
|
"@testing-library/jest-dom": "^6.1.4",
|
|
"@testing-library/react": "^14.1.0",
|
|
"@types/jest": "^29.5.8",
|
|
"@types/node": "^20.8.8",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-latex": "^2.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-rewrite-all": "^1.0.1"
|
|
}
|
|
}
|