-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.92 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@types/react-helmet": "^5.0.8",
"@types/react-scroll": "^1.5.4",
"emotion-theming": "^10.0.9",
"gatsby": "^2.2.3",
"gatsby-image": "^2.0.34",
"gatsby-plugin-google-tagmanager": "^2.0.12",
"gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-react-leaflet": "^2.0.11",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.0.30",
"gatsby-plugin-typescript": "^2.0.11",
"gatsby-remark-prettier": "^1.0.0",
"gatsby-source-filesystem": "^2.0.27",
"gatsby-transformer-remark": "^2.3.8",
"gatsby-transformer-sharp": "^2.1.17",
"leaflet": "^1.5.1",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-leaflet": "^2.4.0",
"react-scroll": "^1.7.11"
},
"devDependencies": {
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-plugin-tslint": "^0.0.2",
"prettier": "^1.16.4",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"tslint-loader": "^3.5.4",
"typescript": "^3.3.4000"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "gatsby develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"type-check": "tsc",
"lint": "yarn tslint --project ."
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}