-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 985 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 985 Bytes
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
{
"name": "create-react-app",
"version": "4.0.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@date-io/moment": "^1.3.13",
"@material-ui/core": "latest",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.8",
"clsx": "latest",
"i18next": "^19.8.2",
"i18next-browser-languagedetector": "^6.0.1",
"jsencrypt": "^3.0.0-rc.1",
"moment": "^2.24.0",
"react": "latest",
"react-dom": "latest",
"react-i18next": "^11.7.3",
"react-moment": "^0.9.7",
"react-router-dom": "^5.1.2",
"react-scripts": "latest",
"uuid": "^3.3.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}