-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
69 lines (69 loc) · 2.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
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
{
"name": "portfolio-gatsby-contentful",
"description": "A Gatsby Theme with Tailwind CSS and Emotion JS.",
"version": "1.0.0",
"author": "Patrik Arvidsson <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"bluebird": "^3.7.2",
"emotion": "^10.0.23",
"emotion-server": "^10.0.17",
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.36",
"gatsby-plugin-canonical-urls": "^2.1.18",
"gatsby-plugin-emotion": "^4.1.18",
"gatsby-plugin-google-tagmanager": "^2.1.20",
"gatsby-plugin-hotjar": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.33",
"gatsby-plugin-netlify": "^2.1.30",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.0.29",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-plugin-sharp": "^2.3.7",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-tailwindcss": "^1.0.3",
"gatsby-plugin-typography": "^2.3.20",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images-contentful": "^2.1.27",
"gatsby-source-contentful": "^2.1.69",
"gatsby-transformer-remark": "^2.6.42",
"gatsby-transformer-sharp": "^2.3.9",
"intersection-observer": "^0.7.0",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-block-reveal-animation": "^1.0.1",
"react-dom": "^16.12.0",
"react-emotion": "^10.0.0",
"react-helmet": "^5.2.1",
"react-intersection-observer": "^8.25.2",
"react-typography": "^0.16.19",
"sharp": "^0.23.4",
"tailwindcss": "0.7.4",
"typography": "^0.16.19"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.{js,css,json}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/patrikarvidsson/portfolio-gatsby-contentful"
}
}