-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "gatsby-deck-gl-h3-demo",
"private": true,
"description": "A Gatsby site that demonstrates deck.gl and uber's H3.",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"lint": "eslint .",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"assert": "^2.0.0",
"deck.gl": "^8.4.17",
"gatsby": "^3.6.2",
"gatsby-plugin-env-variables": "^2.1.0",
"gatsby-plugin-gatsby-cloud": "^2.7.1",
"gatsby-plugin-preact": "^5.7.0",
"postcss": "^8.3.0",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.19",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-map-gl": "^6.1.16"
},
"devDependencies": {
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-gatsby": "npm:gatsby-plugin-eslint-config",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
"prettier": "2.2.1",
"typescript": "^3.9.10",
"worker-loader": "^3.0.8"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}