-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
74 lines (74 loc) · 2.17 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
{
"name": "landsat8.earth",
"private": true,
"description": "Serverless, 2D/3D WebGL satellite image analysis",
"version": "0.1.0",
"author": "Kyle Barron <kyle@unfolded.ai>",
"dependencies": {
"@deck.gl/core": "^8.2.7",
"@deck.gl/geo-layers": "^8.2.7",
"@deck.gl/layers": "^8.2.7",
"@deck.gl/mapbox": "^8.2.7",
"@deck.gl/mesh-layers": "^8.2.7",
"@deck.gl/react": "^8.2.7",
"@emotion/core": "^10.0.22",
"@kylebarron/deck.gl-raster": "^0.3.0",
"@loaders.gl/core": "^2.2.3",
"@loaders.gl/images": "^2.2.3",
"@loaders.gl/terrain": "^2.2.3",
"@luma.gl/constants": "^8.2.0",
"@luma.gl/core": "^8.2.0",
"@luma.gl/engine": "^8.2.0",
"@luma.gl/webgl": "^8.2.0",
"@mdx-js/react": "^1.5.1",
"@theme-ui/components": "^0.3.1",
"@theme-ui/presets": "^0.3.0",
"dayjs": "^1.8.26",
"gatsby": "^2.17.11",
"gatsby-image": "^2.2.31",
"gatsby-plugin-manifest": "^2.2.27",
"gatsby-plugin-offline": "^3.0.19",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-plugin-sharp": "^2.2.37",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-source-filesystem": "^2.1.36",
"gatsby-theme-style-guide": "^0.3.1",
"gatsby-transformer-sharp": "^2.3.3",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-map-gl": "^5.2.5",
"semantic-ui-react": "^0.88.2",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"gh-pages": "^3.1.0",
"jest": "^26.0.1",
"prettier": "^2.1.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build && gh-pages -d public",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/kylebarron/landsat8.earth"
},
"bugs": {
"url": "https://github.com/kylebarron/landsat8.earth/issues"
}
}