blob: 0cc3eda140b2bf3061e28c1b19a57d3dffdc498e [file] [log] [blame]
Larbi Gharibe9af9732021-03-31 15:08:01 +01001{
Adrien Béraudc4dd44a2021-04-08 01:05:24 -04002 "name": "jami-web-client",
Larbi Gharibe9af9732021-03-31 15:08:01 +01003 "version": "0.1.0",
4 "private": true,
simonc7d52452022-09-23 02:09:42 -04005 "type": "module",
6 "scripts": {
7 "build": "webpack",
8 "extract-translations": "i18next"
9 },
10 "browserslist": {
11 "production": [
12 ">0.2%",
13 "not dead"
14 ],
15 "development": [
16 "last 1 chrome version",
17 "last 1 firefox version",
18 "last 1 safari version"
19 ]
20 },
21 "eslintConfig": {
22 "extends": "../.eslintrc.json"
23 },
Larbi Gharibe9af9732021-03-31 15:08:01 +010024 "dependencies": {
idillond858c182022-09-16 13:18:26 -040025 "@babel/runtime": "7.18.9",
26 "@emotion/react": "^11.10.0",
27 "@emotion/styled": "^11.10.0",
Adrien Béraud21921aa2022-09-18 13:50:39 -040028 "@mui/icons-material": "^5.10.3",
29 "@mui/lab": "^5.0.0-alpha.99",
30 "@mui/material": "^5.10.5",
idillond858c182022-09-16 13:18:26 -040031 "@reduxjs/toolkit": "^1.8.5",
idillon461c5c92022-09-16 13:47:18 -040032 "@sentry/react": "^7.11.1",
33 "@sentry/tracing": "^7.11.1",
idillond0f1eca2022-09-13 16:13:44 -040034 "@tanstack/react-query": "^4.3.4",
idillond858c182022-09-16 13:18:26 -040035 "@testing-library/jest-dom": "^5.16.5",
36 "@testing-library/react": "^13.3.0",
37 "@testing-library/user-event": "^14.4.3",
idillond858c182022-09-16 13:18:26 -040038 "@types/jest": "^28.1.8",
idillond0f1eca2022-09-13 16:13:44 -040039 "axios": "^0.27.2",
idillon461c5c92022-09-16 13:47:18 -040040 "dayjs": "^1.11.5",
idillond858c182022-09-16 13:18:26 -040041 "emoji-picker-react": "^3.6.1",
Adrien Béraud21921aa2022-09-18 13:50:39 -040042 "framer-motion": "^7.3.5",
43 "i18next": "^21.9.2",
44 "qrcode.react": "^3.1.0",
idillond858c182022-09-16 13:18:26 -040045 "react": "^18.2.0",
46 "react-dom": "^18.2.0",
Larbi Gharibe9af9732021-03-31 15:08:01 +010047 "react-emoji-render": "^1.2.4",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040048 "react-fetch-hook": "^1.9.5",
Adrien Béraud21921aa2022-09-18 13:50:39 -040049 "react-i18next": "^11.18.6",
50 "react-modal": "^3.15.1",
idillond858c182022-09-16 13:18:26 -040051 "react-redux": "^8.0.2",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040052 "react-router-dom": "^6.3.0",
Adrien Béraud21921aa2022-09-18 13:50:39 -040053 "socket.io-client": "^4.5.2"
Larbi Gharibe9af9732021-03-31 15:08:01 +010054 },
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040055 "devDependencies": {
Adrien Béraud21921aa2022-09-18 13:50:39 -040056 "@babel/core": "^7.19.1",
57 "@babel/plugin-transform-runtime": "^7.19.1",
58 "@babel/preset-env": "^7.19.1",
idillond858c182022-09-16 13:18:26 -040059 "@babel/preset-react": "^7.18.6",
60 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
61 "@types/node": "^18.7.13",
62 "@types/react": "^18.0.17",
63 "@types/react-dom": "^18.0.6",
64 "babel-loader": "^8.2.5",
65 "copy-webpack-plugin": "^11.0.0",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040066 "css-loader": "^6.7.1",
67 "html-webpack-plugin": "^5.5.0",
Adrien Béraud21921aa2022-09-18 13:50:39 -040068 "i18next-parser": "^6.5.0",
idillond858c182022-09-16 13:18:26 -040069 "react-refresh": "^0.14.0",
70 "sass": "^1.54.5",
71 "sass-loader": "^13.0.2",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040072 "style-loader": "^3.3.1",
idillond858c182022-09-16 13:18:26 -040073 "ts-loader": "^9.3.1",
74 "typescript": "^4.7.4",
75 "webpack": "^5.74.0",
76 "webpack-cli": "^4.10.0"
Larbi Gharibe9af9732021-03-31 15:08:01 +010077 }
78}