-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.67 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
{
"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": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@reach/window-size": "^0.1.4",
"@rebass/grid": "^6.0.0",
"@storybook/addon-info": "^5.1.10",
"cheerio": "^1.0.0-rc.3",
"contentful": "^7.9.1",
"contentful-management": "^5.9.0",
"dotenv": "^8.0.0",
"esm": "^3.2.25",
"facepaint": "^1.2.1",
"gatsby": "^2.13.29",
"gatsby-image": "^2.2.6",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-google-analytics": "^2.1.12",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-nprogress": "^2.1.2",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-react-leaflet": "^2.0.11",
"gatsby-plugin-sharp": "^2.2.8",
"gatsby-plugin-typography": "^2.3.2",
"gatsby-source-contentful": "^2.1.15",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-json": "^2.2.2",
"gatsby-transformer-remark": "^2.6.10",
"gatsby-transformer-sharp": "^2.2.4",
"leaflet": "^1.5.1",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"node-object-hash": "^1.4.2",
"point-in-polygon": "^1.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-leaflet": "^2.4.0",
"react-typography": "^0.16.19",
"rss-parser": "^3.7.2",
"typography": "^0.16.19",
"url": "^0.11.0",
"yurnalist": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@storybook/addon-actions": "^5.1.10",
"@storybook/addon-links": "^5.1.10",
"@storybook/addons": "^5.1.10",
"@storybook/react": "^5.1.10",
"babel-loader": "^8.0.6",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"netlify": "gatsby build; build-storybook -o ./public/__storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}