-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.18 KB
/
Copy pathpackage.json
File metadata and controls
117 lines (117 loc) · 3.18 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@asseinfo/react-kanban": "2.2.0",
"@emotion/cache": "11.10.8",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fullcalendar/core": "^6.1.6",
"@fullcalendar/daygrid": "6.1.6",
"@fullcalendar/interaction": "6.1.6",
"@fullcalendar/react": "6.1.6",
"@fullcalendar/timegrid": "6.1.6",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.0",
"@mui/x-date-pickers": "^7.16.0",
"@preact/signals-react": "^2.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "1.7.4",
"bootstrap": "^5.2.2",
"chart.js": "4.3.0",
"chartjs-adapter-date-fns": "^3.0.0",
"chroma-js": "2.4.2",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"dropzone": "6.0.0-beta.2",
"firebase": "^9.15.0",
"file-saver": "^2.0.5",
"flatpickr": "4.6.13",
"formik": "2.2.9",
"html-react-parser": "3.0.16",
"jsrsasign": "^11.0.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
"material-react-table": "^3.0.1",
"papaparse": "^5.4.1",
"prop-types": "15.8.1",
"react": "^18.2.0",
"react-auth-kit": "^3.0.2-alpha.19",
"react-bootstrap": "^2.6.0",
"react-chartjs-2": "5.2.0",
"react-countup": "6.3.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-dropzone": "^14.2.3",
"react-flatpickr": "3.10.13",
"react-github-btn": "1.4.0",
"react-grid-layout": "^1.4.4",
"react-icons": "^4.3.1",
"react-images-viewer": "1.7.1",
"react-json-to-excel": "^1.0.7",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-material-ui-carousel": "^3.4.2",
"react-quill": "1.3.5",
"react-router-dom": "6.11.0",
"react-scripts": "5.0.1",
"react-table": "7.8.0",
"react-use": "^17.4.2",
"react-window": "^1.8.10",
"recharts": "^2.12.3",
"stylis": "4.1.4",
"uuid": "9.0.0",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"vis-timeline": "^7.7.3",
"web-vitals": "^2.1.4",
"ws": "8.17.1",
"xlsx": "^0.18.5",
"yup": "1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"cross-env": "^7.0.3",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.8"
},
"overrides": {
"svgo": "3.0.2"
}
}