-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.64 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "sathixa-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@craco/craco": "^6.2.0",
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@turf/bezier-spline": "^6.0.3",
"@turf/helpers": "^6.1.4",
"@types/leaflet": "^1.7.1",
"@types/react-leaflet": "^2.8.1",
"ad-bs-converter": "^0.5.0",
"antd": "^4.16.2",
"antd-mobile": "^2.3.4",
"axios": "^0.21.1",
"bikram-sambat-js": "^1.0.1",
"craco-less": "^1.17.1",
"dotenv": "^8.2.0",
"history": "^4.10.1",
"laravel-echo": "^1.10.0",
"leaflet": "1.4.0",
"leaflet-offline": "^1.1.0",
"leaflet-polylinedecorator": "^1.6.0",
"leaflet-routing-machine": "^3.2.12",
"leaflet-search": "2.9.8",
"leaflet.markercluster": "^1.5.0",
"leaflet.offline": "^2.0.0-beta.3",
"localforage": "^1.9.0",
"motion-sensors-polyfill": "^0.3.1",
"nominatim-browser": "^2.1.0",
"pusher-js": "4.3",
"rc-form": "^2.4.12",
"react": "^17.0.2",
"react-app-rewire-alias": "^1.0.3",
"react-app-rewired": "^2.1.8",
"react-canvas-draw": "^1.1.1",
"react-compass": "^0.1.0",
"react-content-loader": "^6.0.3",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^4.1.0",
"react-leaflet": "2.2.1",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-leaflet-search": "2.0.1",
"react-moment": "^1.1.1",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-signature-canvas": "^1.0.3",
"react-top-loading-bar": "^2.0.1",
"redux-devtools-extension": "^2.13.9",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "HTTPS=true SSL_CRT_FILE=./.cert/cert.pem SSL_KEY_FILE=./.cert/key.pem craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"start-sw": "http-server ./build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-import": "^1.13.3",
"http-server": "^0.12.3",
"less": "^3.13.1",
"less-loader": "^6.2.0",
"react-app-rewire-alias": "^1.0.3",
"react-app-rewired": "^2.1.8",
"react-test-renderer": "^17.0.2",
"redux-devtools": "^3.7.0",
"typescript": "3.8.3"
}
}