-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
93 lines (93 loc) · 2.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "ansari-chat-web-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.76",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-router": "^5.1.20",
"@types/react-router-native": "^6.4.0",
"connected-react-router": "^6.9.3",
"dotenv": "^16.4.5",
"flowbite": "^1.6.5",
"formik": "^2.4.5",
"history": "^5.3.0",
"i18next": "^23.7.20",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-markdown": "^9.0.1",
"react-native-markdown-display": "^7.0.2",
"react-native-popover-view": "^5.1.8",
"react-native-user-avatar": "^1.0.8",
"react-native-web": "^0.19.10",
"react-redux": "^9.1.0",
"react-router": "^6.22.0",
"react-router-dom": "^6.21.3",
"react-router-native": "^6.22.0",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "^5.0.1",
"redux": "^5.0.1",
"redux-first-history": "^5.2.0",
"redux-thunk": "^3.1.0",
"rehype-raw": "^7.0.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"yup": "^1.3.3"
},
"scripts": {
"depcheck": "./node_modules/.bin/depcheck",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"lint": "eslint --fix --ext .js,.jsx ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@types/lodash.debounce": "^4.0.9",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"customize-cra": "^1.0.0",
"depcheck": "^1.4.7",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"flowbite": "^1.6.5",
"prettier": "^3.3.3",
"punycode": "^2.1.1",
"react-app-rewire-alias": "^1.1.7",
"react-app-rewired": "^2.2.1",
"sass": "^1.70.0"
}
}