-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.15 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
{
"name": "gatsby-starter-portfolio-emma",
"description": "Gatsby Starter Portfolio Emma",
"version": "2.0.0",
"author": "LekoArts <[email protected]> (https://www.lekoarts.de)",
"repository": {
"url": "https://github.com/LeKoArts/gatsby-starter-portfolio-emma",
"type": "git"
},
"dependencies": {
"emotion": "^9.2.9",
"emotion-server": "^9.2.9",
"emotion-theming": "^9.2.9",
"gatsby": "^2.0.0",
"gatsby-image": "^2.0.5",
"gatsby-plugin-catch-links": "^2.0.2",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-lodash": "^3.0.1",
"gatsby-plugin-manifest": "^2.0.2",
"gatsby-plugin-netlify": "^2.0.0",
"gatsby-plugin-nprogress": "^2.0.5",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.5",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^2.0.1",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.1",
"gatsby-transformer-sharp": "^2.1.1",
"lodash": "^4.17.11",
"polished": "^2.0.3",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-emotion": "^9.2.9",
"react-helmet": "^5.2.0",
"react-icons": "^3.0.5",
"react-typography": "^0.16.13",
"typography": "^0.16.17"
},
"keywords": [
"gatsby",
"lekoarts",
"portfolio",
"starter",
"gatsby-starter"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -o",
"serve": "gatsby serve",
"postinstall": "node ./bin/hello.js"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-preset-env": "^1.7.0",
"chalk": "^2.4.1",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.14.2"
}
}