-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.85 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
{
"name": "cross-site",
"description": "Website for Kenneth Kwakye-Gyamfi, built with Gatsby JS and hosted on Netlify",
"version": "2.0.1",
"private": false,
"license": "MIT",
"author": {
"name": "Kenneth Kwakye-Gyamfi",
"email": "kenneth.cross95@gmail.com",
"url": "https://www.kwakye-gyamfi.com"
},
"repository": {
"type": "git",
"url": "https://github.com/cross19xx/cross-site.git"
},
"dependencies": {
"gatsby": "^2.22.9",
"gatsby-image": "^2.4.5",
"gatsby-plugin-google-analytics": "^2.3.2",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-offline": "^3.2.7",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-sharp": "^2.5.3",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^0.2.36",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"prettier": "^1.19.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "eslint --ext jsx --ext js .",
"lint:fix": "eslint --ext jsx --ext js --fix .",
"lint:check": "eslint --ext jsx --ext js --print-config .eslintrc | eslint-config-prettier-check",
"serve": "gatsby serve",
"start": "npm run develop"
},
"keywords": [
"gatsby",
"react",
"javascript",
"eslint",
"jest",
"website"
]
}