-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.45 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.45 KB
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
{
"name": "roadvagabonds",
"private": true,
"description": "A blog",
"version": "0.1.0",
"author": "Florian Strauf <f.strauf@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.3.0",
"babel-plugin-styled-components": "^1.10.6",
"eslint-plugin-flowtype": "^2.50.3",
"gatsby": "^2.17.13",
"gatsby-cli": "^2.8.10",
"gatsby-image": "^2.2.32",
"gatsby-plugin-feed": "^2.3.20",
"gatsby-plugin-google-analytics": "^2.1.26",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-manifest": "^2.2.27",
"gatsby-plugin-mdx": "^1.0.56",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-pinterest": "^1.0.4",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.38",
"gatsby-plugin-sitemap": "^2.2.20",
"gatsby-plugin-styled-components": "^3.1.12",
"gatsby-plugin-typography": "^2.3.16",
"gatsby-plugin-zopfli": "^1.3.2",
"gatsby-remark-check-links": "^1.3.4",
"gatsby-remark-copy-linked-files": "^2.1.29",
"gatsby-remark-images": "^3.1.30",
"gatsby-remark-prismjs": "^3.3.22",
"gatsby-remark-responsive-iframe": "^2.2.26",
"gatsby-remark-smartypants": "^2.1.15",
"gatsby-source-filesystem": "^2.1.36",
"gatsby-source-instagram-all": "^2.0.5",
"gatsby-transformer-remark": "^2.6.34",
"gatsby-transformer-sharp": "^2.3.4",
"polished": "^3.4.2",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.11.0",
"react-headroom": "^2.2.8",
"react-helmet": "^5.2.1",
"react-select": "^3.0.8",
"react-typography": "^0.16.19",
"styled-components": "^4.4.1",
"to": "^0.2.9",
"typescript": "^3.7.2",
"typography": "^0.16.19",
"update": "^0.7.4"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"homepage": "https://github.com/fstrauf/roadvagabonds#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/fstrauf/roadvagabonds.git"
},
"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\""
}
}