-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 KB
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
{
"name": "react_usinghooks",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devexpress/dx-react-chart": "2.7.6",
"@devexpress/dx-react-chart-material-ui": "2.7.6",
"@devexpress/dx-react-core": "2.7.6",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.4.4",
"@react-icons/all-files": "^4.1.0",
"i18next": "21.6.11",
"i18next-browser-languagedetector": "6.1.3",
"i18next-http-backend": "1.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-flexible-sliding-menu": "^0.1.9",
"react-i18next": "11.15.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"react-minimal-pie-chart": "8.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
]
}
}