-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.58 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 3.58 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
118
119
120
121
122
123
124
125
126
{
"name": "frontendapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.10.24",
"@amcharts/amcharts5": "^5.1.11",
"@amcharts/amcharts5-geodata": "^5.0.3",
"@capacitor/android": "^3.2.2",
"@capacitor/cli": "^3.2.2",
"@capacitor/core": "^3.2.2",
"@capacitor/geolocation": "^1.1.0",
"@capacitor/ios": "^3.2.2",
"@capacitor/push-notifications": "^1.0.4",
"@capacitor/storage": "^1.2.3",
"@craco/craco": "^6.2.0",
"@fluentui/react-icons": "^1.1.137",
"@hookform/resolvers": "^2.8.8",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@react-hook/window-size": "^3.0.7",
"@reduxjs/toolkit": "^1.6.2",
"@robingenz/capacitor-firebase-authentication": "^0.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.21.4",
"blurhash": "^1.1.3",
"classnames": "^2.2.6",
"d3-geo-projection": "^4.0.0",
"dayjs": "^1.10.7",
"firebase": "^9.6.1",
"framer-motion": "^4.1.2",
"history": "^5.0.0",
"i18next": "^19.8.4",
"i18next-xhr-backend": "^3.2.2",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.45.0",
"prettier": "^1.9.1",
"prettier-eslint": "^10.1.0",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"react": "^17.0.2",
"react-blurhash": "^0.1.3",
"react-click-away-listener": "^1.5.1",
"react-content-loader": "^6.0.3",
"react-day-picker": "^7.4.10",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.2.3",
"react-hook-form": "^7.9.0",
"react-i18next": "^11.8.4",
"react-icons": "^4.3.1",
"react-image-shadow": "^1.1.3",
"react-mapbox-gl": "^5.1.1",
"react-modal-sheet": "^1.3.0",
"react-redux": "^7.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"react-share": "^4.4.0",
"react-tiny-virtual-list": "^2.2.0",
"react-toastify": "^8.1.0",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"styled-components": "^5.3.1",
"swiper": "^8.0.3",
"tiny-object-hash": "^1.0.1",
"use-persisted-state": "^0.3.3",
"webp-hero": "^0.0.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"ionic:build": "craco build",
"ionic:serve": "craco start",
"test": "craco test",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"start:android": "ionic cap run android -l --external",
"start:ios": "ionic cap run ios -l --external"
},
"eslintConfig": {
"extends": [
".eslintrc.json"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"not chrome < 51",
"not safari < 10"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@iconify/react": "^3.1.1",
"@ionic/cli": "^6.18.1",
"babel-loader": "^8.1.0",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"native-run": "^1.5.0",
"react-is": "^17.0.1"
},
"engines": {
"node": "12.x"
}
}