-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.38 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
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
{
"name": "lukim-gather",
"author": "www.nepware.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.10",
"@craco/craco": "^6.4.3",
"@headlessui/react": "^1.6.6",
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@turf/bbox": "^6.5.0",
"apollo-upload-client": "^17.0.0",
"date-fns": "^2.28.0",
"events": "^3.3.0",
"fast-xml-parser": "^4.0.15",
"file-saver": "^2.0.5",
"graphql": "^16.3.0",
"hoist-non-react-statics": "^3.3.2",
"html-react-parser": "^3.0.1",
"json2csv": "^5.0.7",
"jspdf": "^2.5.1",
"jszip": "^3.10.0",
"libphonenumber-js": "^1.10.14",
"mapbox-gl": "^2.8.0",
"modern-screenshot": "^4.4.36",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-csv": "^2.2.2",
"react-datepicker": "^4.7.0",
"react-dom": "^17.0.2",
"react-focus-lock": "^2.9.1",
"react-ga4": "^1.4.1",
"react-icons": "^4.3.1",
"react-image-gallery": "^1.2.9",
"react-mailchimp-subscribe": "^2.1.3",
"react-map-gl": "^7.0.13",
"react-redux": "^7.2.8",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0",
"worker-loader": "^3.0.8"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "eslint './src/**/*.{jsx,js,tsx,ts}'",
"lint:fix": "eslint ./src/* --fix",
"prepare": "husky install",
"pre-commit": "pnpm lint --fix"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/apollo-upload-client": "^17.0.2",
"@types/file-saver": "^2.0.5",
"@types/jest": "^27.0.1",
"@types/json2csv": "^5.0.3",
"@types/mapbox-gl": "^2.6.4",
"@types/node": "^16.7.13",
"@types/react": "^18.0.27",
"@types/react-csv": "^1.1.3",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "^18.0.10",
"@types/react-image-gallery": "^1.0.5",
"@types/react-mailchimp-subscribe": "^2.1.1",
"@types/react-map-gl": "^6.1.3",
"@types/react-redux": "^7.1.25",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"postcss": "^8.4.7",
"postcss-import": "^14.1.0",
"react-app-rewired": "^2.2.1",
"sass": "^1.52.0",
"tailwindscss": "^0.3.0"
},
"resolutions": {
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13"
},
"optionalDependencies": {
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13"
}
}