-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "josetavares",
"private": true,
"description": "josetavares",
"version": "0.1.0",
"author": "Jose Tavares <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"gatsby": "^2.24.58",
"gatsby-cli": "^2.12.96",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.28",
"gatsby-plugin-netlify": "^2.3.14",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sharp": "^2.6.35",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-transformer-sharp": "^2.5.14",
"prettier": "^2.1.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"gatsby-plugin-offline": "^3.2.27"
},
"keywords": [],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/**/*.js",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "npm run lint",
"lint": "eslint 'src/' --color --ext .js"
},
"resolutions": {
"lodash": "4.17.20",
"eslint-utils": "1.4.3"
}
}