-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
{
"name": "amber-wilkie-portfolio",
"description": "A home base for all things Amber Wilkie",
"version": "1.0.0",
"author": "Amber Wilkie",
"engines": {
"node": "12.22.1"
},
"dependencies": {
"emotion": "^10.0.9",
"gatsby": "^2.29.2",
"gatsby-image": "^2.0.15",
"gatsby-plugin-catch-links": "^2.1.16",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-feed": "^2.2.3",
"gatsby-plugin-google-analytics": "^2.0.18",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-offline": "^3.0.19",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sass": "^2.0.4",
"gatsby-plugin-sharp": "^2.0.7",
"gatsby-remark-images": "^3.0.11",
"gatsby-source-filesystem": "^2.0.4",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.5.11",
"joi": "^14.3.1",
"node-sass": "^4.14.1",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-custom-share": "^0.4.8",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.0",
"react-icons": "^3.10.0",
"react-transition-group": "^4.3.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}