-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.93 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
{
"name": "logcica-discover",
"version": "1.0.0",
"private": true,
"description": "logcica-discover",
"author": "Olivier Wouters",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "gatsby build --prefix-paths",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.0",
"@mui/lab": "^5.0.0-alpha.171",
"@mui/material": "^5.16.0",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"@styled-icons/fa-solid": "^10.47.0",
"@turf/turf": "^7.1.0",
"@types/leaflet.markercluster": "^1.5.4",
"@types/react-instantsearch": "^6.10.4",
"algoliasearch": "^4.24.0",
"babel-plugin-styled-components": "^2.1.4",
"flattenjs": "^2.1.3",
"gatsby": "^5.13.6",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-react-leaflet": "^4.0.3",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-mongodb": "^5.13.1",
"i18next": "^22.5.1",
"jspdf": "^2.5.1",
"leaflet": "^1.9.3",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet.locatecontrol": "^0.81.1",
"lz-string": "^1.5.0",
"markdown-to-jsx": "^7.4.7",
"moment": "^2.30.1",
"papaparse": "^5.4.1",
"query-string": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^12.3.1",
"react-instantsearch": "^7.12.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-supercluster": "^0.1.3",
"react-markdown": "^8.0.5",
"react-share": "^5.1.0",
"react-window": "^1.8.10",
"remark-gfm": "^3.0.1",
"styled-components": "^6.1.11",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/leaflet.locatecontrol": "^0.74.5",
"@types/node": "^20.14.9",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"@types/styled-components": "^5.1.34",
"@types/supercluster": "^7.1.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^4.2.0",
"gatsby-plugin-eslint": "^4.0.4",
"gh-pages": "^6.1.1",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.3.1"
}
}
}