blob: 3f70bca5694e3fcee4b1abfebf19008e799cd78a [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",
13 "@mui/styles": "^5.10.2",
14 "@reduxjs/toolkit": "^1.8.5",
15 "@testing-library/jest-dom": "^5.16.5",
16 "@testing-library/react": "^13.3.0",
17 "@testing-library/user-event": "^14.4.3",
idillonbef18a52022-09-01 01:51:40 -040018 "dayjs": "^1.11.5",
idillond858c182022-09-16 13:18:26 -040019 "@types/jest": "^28.1.8",
20 "emoji-picker-react": "^3.6.1",
21 "framer-motion": "^7.2.1",
22 "react": "^18.2.0",
23 "react-dom": "^18.2.0",
Larbi Gharibe9af9732021-03-31 15:08:01 +010024 "react-emoji-render": "^1.2.4",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040025 "react-fetch-hook": "^1.9.5",
idillond858c182022-09-16 13:18:26 -040026 "react-redux": "^8.0.2",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040027 "react-router-dom": "^6.3.0",
idillond858c182022-09-16 13:18:26 -040028 "socket.io-client": "^4.5.1"
Larbi Gharibe9af9732021-03-31 15:08:01 +010029 },
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040030 "devDependencies": {
idillond858c182022-09-16 13:18:26 -040031 "@babel/core": "^7.18.13",
32 "@babel/plugin-transform-runtime": "^7.18.10",
33 "@babel/preset-env": "^7.18.10",
34 "@babel/preset-react": "^7.18.6",
35 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
36 "@types/node": "^18.7.13",
37 "@types/react": "^18.0.17",
38 "@types/react-dom": "^18.0.6",
39 "babel-loader": "^8.2.5",
40 "copy-webpack-plugin": "^11.0.0",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040041 "css-loader": "^6.7.1",
42 "html-webpack-plugin": "^5.5.0",
idillond858c182022-09-16 13:18:26 -040043 "react-refresh": "^0.14.0",
44 "sass": "^1.54.5",
45 "sass-loader": "^13.0.2",
Adrien Béraud3e41e4a2022-05-03 15:39:08 -040046 "style-loader": "^3.3.1",
idillond858c182022-09-16 13:18:26 -040047 "ts-loader": "^9.3.1",
48 "typescript": "^4.7.4",
49 "webpack": "^5.74.0",
50 "webpack-cli": "^4.10.0"
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040051 },
Larbi Gharibe9af9732021-03-31 15:08:01 +010052 "scripts": {
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040053 "build": "npx webpack"
Larbi Gharibe9af9732021-03-31 15:08:01 +010054 },
55 "eslintConfig": {
56 "extends": "react-app"
57 },
58 "browserslist": {
59 "production": [
60 ">0.2%",
Adrien Bérauda0fcc212021-04-17 17:56:48 -040061 "not dead"
Larbi Gharibe9af9732021-03-31 15:08:01 +010062 ],
63 "development": [
64 "last 1 chrome version",
65 "last 1 firefox version",
66 "last 1 safari version"
67 ]
68 }
69}