-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
104 lines (104 loc) · 3.3 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
{
"name": "satsummit.io",
"version": "2.0.0",
"private": true,
"description": "satsummit.io",
"keywords": [
"gatsby"
],
"repository": {
"type": "git",
"url": "https://github.com/satsummit/satsummit.github.io"
},
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org/"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/satsummit/satsummit.github.io/issues"
},
"homepage": "http://satsummit.io/",
"engines": {
"node": "20.15"
},
"scripts": {
"develop": "NODE_OPTIONS=--max-old-space-size=8192 gatsby develop -p $(node port.js) -H 0.0.0.0",
"start": "gatsby develop",
"build": "node people-avatar-process.mjs && NODE_OPTIONS=--max-old-space-size=8192 gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"ts-check": "tsc --noEmit",
"lint": "eslint ./src/**/*.{js,ts,jsx,tsx} --no-error-on-unmatched-pattern"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.1.3",
"@chakra-ui/react": "^2.8.2",
"@devseed-ui/collecticons-chakra": "^0.1.0-beta",
"@devseed-ui/hug-chakra": "^0.1.0-beta",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@turf/bbox-polygon": "^7.1.0",
"@turf/bearing": "^7.1.0",
"@turf/boolean-point-in-polygon": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@types/mapbox-gl": "^2.7.21",
"@types/mdx": "^2.0.12",
"date-fns": "^3.6.0",
"framer-motion": "^10.18.0",
"gatsby": "^5.13.3",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-gdpr-cookies": "^2.0.9",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-yaml-full": "^5.0.0",
"mapbox-gl": "^3.1.2",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.8",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-external-links": "^9.0.1",
"remark-gfm": "^3.0.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/node": "^20.11.10",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^11.0.0",
"js-yaml": "^4.1.0",
"portscanner": "^2.2.0",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
},
"alias": {
"$components": "./src/components",
"$templates": "./src/templates",
"$pages": "./src/pages",
"$images": "./src/images",
"$context": "./src/context",
"$utils": "./src/utils"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}