-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.97 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.97 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
{
"name": "ericryanswanson.com",
"description": "actor",
"version": "0.1.0",
"author": "Jonathan Helvey>",
"dependencies": {
"@material-ui/core": "^4.8.3",
"@material-ui/styles": "^4.8.2",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.15.20",
"gatsby-image": "^2.2.20",
"gatsby-plugin-google-analytics": "^2.2.0",
"gatsby-plugin-manifest": "^2.2.18",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-offline": "^3.1.0",
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-robots-txt": "^1.6.9",
"gatsby-plugin-sharp": "^2.2.25",
"gatsby-plugin-sitemap": "^2.3.0",
"gatsby-plugin-styled-components": "^3.1.6",
"gatsby-plugin-typography": "^2.3.8",
"gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-json": "^2.2.26",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.2.16",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-responsive-carousel": "^3.1.51",
"react-spring": "^8.0.27",
"react-typography": "^0.16.19",
"styled-components": "^4.3.2",
"typography": "^0.16.19",
"typography-theme-kirkham": "^0.16.19"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-gatsby-standard": "^2.2.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby",
"ericryanswanson"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
}
}