-
Notifications
You must be signed in to change notification settings - Fork 606
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.6 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
{
"name": "h3-website",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle --danger",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"format": "prettier --write src"
},
"dependencies": {
"@babel/helper-get-function-arity": "^7.16.7",
"@docusaurus/core": "^3.10.1",
"@docusaurus/preset-classic": "^3.10.1",
"@docusaurus/theme-live-codeblock": "^3.10.1",
"@mdx-js/react": "^3.1.1",
"deck.gl": "^9.0.12",
"docusaurus-lunr-search": "^3.6.0",
"geojson2h3": "^1.3.2",
"global": "^4.4.0",
"h3-js": "4.4.0",
"h3-jsv3": "npm:h3-js@^3.7.1",
"mapbox-gl": "^3.4.0",
"prettier": "^3.2.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.7",
"rehype-katex": "7",
"remark-math": "6",
"styled-components": "^6.1.9",
"use-location-state": "^3.1.2",
"wkt": "^0.1.1"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"volta": {
"node": "16.18.1",
"yarn": "1.22.10"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}