blob: f153ef4d008fc2bca5cd7f8a1b53d7a1316e2371 [file] [log] [blame]
Larbi Gharibe9af9732021-03-31 15:08:01 +01001{
Adrien Béraudc4dd44a2021-04-08 01:05:24 -04002 "name": "jami-web-client",
Adrien Béraude74741b2021-04-19 13:22:54 -04003 "type": "module",
Larbi Gharibe9af9732021-03-31 15:08:01 +01004 "version": "0.1.0",
5 "private": true,
6 "dependencies": {
idillond858c182022-09-16 13:18:26 -04007 "@babel/runtime": "7.18.9",
8 "@emotion/react": "^11.10.0",
9 "@emotion/styled": "^11.10.0",
10 "@mui/icons-material": "^5.10.2",
11 "@mui/lab": "^5.0.0-alpha.96",
12 "@mui/material": "^5.10.2",
idillond858c182022-09-16 13:18:26 -040013 "@reduxjs/toolkit": "^1.8.5",
idillon461c5c92022-09-16 13:47:18 -040014 "@sentry/react": "^7.11.1",
15 "@sentry/tracing": "^7.11.1",
idillond0f1eca2022-09-13 16:13:44 -040016 "@tanstack/react-query": "^4.3.4",
idillond858c182022-09-16 13:18:26 -040017 "@testing-library/jest-dom": "^5.16.5",
18 "@testing-library/react": "^13.3.0",
19 "@testing-library/user-event": "^14.4.3",
idillond858c182022-09-16 13:18:26 -040020 "@types/jest": "^28.1.8",
idillond0f1eca2022-09-13 16:13:44 -040021 "axios": "^0.27.2",
idillon461c5c92022-09-16 13:47:18 -040022 "dayjs": "^1.11.5",
idillond858c182022-09-16 13:18:26 -040023 "emoji-picker-react": "^3.6.1",
24 "framer-motion": "^7.2.1",
idillon461c5c92022-09-16 13:47:18 -040025 "i18next": "^21.9.1",
idillond858c182022-09-16 13:18:26 -040026 "react": "^18.2.0",
27 "react-dom": "^18.2.0",
idillon531b6f22022-09-16 14:02:00 -040028 "react-modal": "^3.15.1",
Larbi Gharibe9af9732021-03-31 15:08:01 +010029 "react-emoji-render": "^1.2.4",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040030 "react-fetch-hook": "^1.9.5",
idillon461c5c92022-09-16 13:47:18 -040031 "react-i18next": "^11.18.5",
idillond858c182022-09-16 13:18:26 -040032 "react-redux": "^8.0.2",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040033 "react-router-dom": "^6.3.0",
ervinanohb81c3912022-09-08 04:13:24 -040034 "socket.io-client": "^4.5.1",
35 "qrcode.react": "^3.1.0"
Larbi Gharibe9af9732021-03-31 15:08:01 +010036 },
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040037 "devDependencies": {
idillond858c182022-09-16 13:18:26 -040038 "@babel/core": "^7.18.13",
39 "@babel/plugin-transform-runtime": "^7.18.10",
40 "@babel/preset-env": "^7.18.10",
41 "@babel/preset-react": "^7.18.6",
42 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
43 "@types/node": "^18.7.13",
44 "@types/react": "^18.0.17",
45 "@types/react-dom": "^18.0.6",
46 "babel-loader": "^8.2.5",
47 "copy-webpack-plugin": "^11.0.0",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040048 "css-loader": "^6.7.1",
49 "html-webpack-plugin": "^5.5.0",
idillon5815c732022-09-16 13:54:45 -040050 "i18next-parser": "^6.0.0",
idillond858c182022-09-16 13:18:26 -040051 "react-refresh": "^0.14.0",
52 "sass": "^1.54.5",
53 "sass-loader": "^13.0.2",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040054 "style-loader": "^3.3.1",
idillond858c182022-09-16 13:18:26 -040055 "ts-loader": "^9.3.1",
56 "typescript": "^4.7.4",
57 "webpack": "^5.74.0",
58 "webpack-cli": "^4.10.0"
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040059 },
Larbi Gharibe9af9732021-03-31 15:08:01 +010060 "scripts": {
idillon5815c732022-09-16 13:54:45 -040061 "build": "npx webpack",
62 "extract-translations": "i18next"
Larbi Gharibe9af9732021-03-31 15:08:01 +010063 },
64 "eslintConfig": {
65 "extends": "react-app"
66 },
67 "browserslist": {
68 "production": [
69 ">0.2%",
Adrien Bérauda0fcc212021-04-17 17:56:48 -040070 "not dead"
Larbi Gharibe9af9732021-03-31 15:08:01 +010071 ],
72 "development": [
73 "last 1 chrome version",
74 "last 1 firefox version",
75 "last 1 safari version"
76 ]
77 }
78}