-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.89 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
62
63
64
65
66
67
68
69
70
{
"name": "project-thea-web",
"author": {
"name": "Bodastage Solutions",
"email": "[email protected]"
},
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && refine build",
"dev": "refine dev",
"refine": "refine",
"start": "refine start"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@ant-design/graphs": "^1.2.7",
"@ant-design/icons": "5.0.1",
"@ant-design/plots": "^1.2.5",
"@ant-design/use-emotion-css": "^1.0.4",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@googlemaps/react-wrapper": "^1.1.35",
"@refinedev/antd": "^5.43.1",
"@refinedev/cli": "^2.16.39",
"@refinedev/core": "^4.55.0",
"@refinedev/kbar": "1.3.12",
"@refinedev/react-router-v6": "^4.6.0",
"@refinedev/simple-rest": "^5.0.8",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.17.0",
"antd-style": "^3.6.1",
"chart.js": "^4.4.6",
"dayjs": "^1.10.7",
"google-map-react": "^2.1.10",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.1",
"i18next-xhr-backend": "^3.2.2",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.0.0",
"react-i18next": "^11.8.11",
"react-infinite-scroll-component": "^6.1.0",
"react-input-mask": "^2.0.4",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.8.1",
"tslib": "^2.6.2",
"usehooks-ts": "^2.14.0"
},
"devDependencies": {
"@types/google.maps": "^3.50.4",
"@types/jest": "^29.2.4",
"@types/leaflet": "^1.9.14",
"@types/lodash": "^4.14.171",
"@types/node": "^18.16.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-input-mask": "^3.0.1",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.2",
"vite": "^5.1.6"
}
}