blob: 31f178677f1acf63cde29d688950ace49fd12c77 [file] [log] [blame]
{
"name": "jami-web-client",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "tsc-watch --build ../common --onSuccess \"vite\"",
"start:prod": "vite preview",
"build": "tsc --build && vite build",
"clean": "rm -rf dist *.tsbuildinfo",
"cy": "cypress run",
"cy:open": "cypress open",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write src",
"format:check": "prettier --check src",
"extract-translations": "i18next"
},
"browserslist": {
"production": [
">0.2%",
"not dead"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.99",
"@mui/material": "^5.10.5",
"@reduxjs/toolkit": "^1.8.5",
"@sentry/node": "^7.13.0",
"@sentry/react": "^7.11.1",
"@sentry/tracing": "^7.11.1",
"@tanstack/react-query": "^4.3.4",
"@tanstack/react-query-devtools": "^4.22.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^0.27.2",
"check-password-strength": "^2.0.7",
"dayjs": "^1.11.5",
"emoji-picker-react": "^3.6.1",
"filesize": "^10.0.5",
"framer-motion": "^7.3.5",
"i18next": "^21.9.2",
"linkify-react": "^4.0.2",
"linkifyjs": "^4.0.2",
"mime": "^3.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-dropzone": "^14.2.3",
"react-emoji-render": "^1.2.4",
"react-i18next": "^11.18.6",
"react-modal": "^3.15.1",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-waypoint": "^10.3.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"@vitejs/plugin-react": "^2.1.0",
"cypress": "^12.8.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"i18next-parser": "^6.5.0",
"sass": "^1.54.5",
"tsc-watch": "^5.0.3",
"typescript": "~4.8.4",
"vite": "^3.2.3",
"vite-plugin-svgr": "^2.2.2"
}
}