-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.33 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.33 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
79
{
"name": "gatsby-starter-mate",
"version": "1.1.0",
"description": "Gatsby v2 starter to create a top notch portfolio!",
"main": "index.js",
"scripts": {
"build": "cleandir ./.cache && gatsby build",
"develop": "cleandir ./.cache && gatsby develop",
"lint": "eslint ./src",
"setup": "node ./bin/setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmaSuriano/gatsby-starter-mate.git"
},
"keywords": [
"gatsby",
"starter",
"contentful",
"PWA",
"portfolio"
],
"author": "Ema Suriano",
"license": "MIT",
"bugs": {
"url": "https://github.com/EmaSuriano/gatsby-starter-mate/issues"
},
"homepage": "https://github.com/EmaSuriano/gatsby-starter-mate#readme",
"dependencies": {
"babel-plugin-styled-components": "^1.7.1",
"chalk": "^2.4.1",
"clean-dir": "^1.0.3",
"contentful": "^7.0.3",
"contentful-import": "^7.4.0",
"dotenv": "^6.0.0",
"envfile": "^2.3.0",
"gatsby": "^2.0.7",
"gatsby-image": "^2.0.25",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-google-fonts": "^0.0.4",
"gatsby-plugin-manifest": "^2.0.2",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-resolve-src": "^1.1.4",
"gatsby-plugin-sharp": "^2.0.17",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-source-contentful": "^2.0.1",
"gatsby-source-medium": "^2.0.0",
"gatsby-transformer-remark": "^2.1.3",
"inquirer": "^6.2.0",
"lodash": "^4.no17.11",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-fontawesome": "^1.6.1",
"react-headroom": "^2.2.4",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.3",
"react-reveal": "^1.2.2",
"react-scroll-section": "^1.3.0",
"react-text-loop": "^1.1.0",
"react-tippy": "^1.2.2",
"react-typist": "^2.0.4",
"react-typist-loop": "^0.0.5",
"rebass": "^2.3.4",
"styled-components": "^4.0.2",
"toml": "^2.3.3",
"yargs-parser": "^11.0.0"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1"
}
}