-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "isradon-staff",
"version": "1.4",
"homepage": ".",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fullcalendar/core": "^5.7.2",
"@fullcalendar/daygrid": "^5.7.2",
"@fullcalendar/interaction": "^5.7.2",
"@fullcalendar/react": "^5.7.0",
"@fullcalendar/timegrid": "^5.7.2",
"@react-native-async-storage/async-storage": "^1.15.11",
"axios": "^0.21.1",
"axios-retry": "^3.2.4",
"chart.js": "2.7.3",
"classnames": "^2.2.6",
"css-loader": "^4.3.0",
"i18n": "^0.13.4",
"i18next": "^20.6.1",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"libphonenumber-js": "^1.9.34",
"primeflex": "2.0.0",
"primeicons": "4.1.0",
"primereact": "^6.0.2",
"prismjs": "^1.15.0",
"react": "^17.0.1",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.1",
"react-i18next": "^11.15.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-transition-group": "^4.4.1",
"sass": "^1.43.4",
"style-loader": "^1.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}