-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.63 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
{
"name": "tbm",
"version": "1.0.0",
"description": "manager app",
"main": "index.js",
"dependencies": {
"@ckeditor/ckeditor5-build-inline": "^12.4.0",
"@ckeditor/ckeditor5-react": "^1.1.3",
"@semantic-ui-react/css-patch": "^1.1.2",
"axios": "^0.27.2",
"chart.js": "^2.9.4",
"ckeditor4-react": "^1.4.2",
"cross-env": "^7.0.3",
"date-fns": "^2.29.2",
"firebase": "^9.9.4",
"firebase-tools": "^11.9.0",
"googleapis": "^107.0.0",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-chartjs-2": "^2.11.2",
"react-datepicker": "^3.8.0",
"react-dom": "^16.14.0",
"react-i18next": "^11.18.6",
"react-redux": "^7.2.8",
"react-router-dom": "^5.3.3",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"redux-form": "^8.3.8",
"redux-thunk": "^2.4.1",
"semantic-ui-calendar-react": "^0.15.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "semantic-ui-css-patch"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "https://europe-west2-quickstart-1561998550467.cloudfunctions.net/api"
}