-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.55 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": "aerotrike-aviation",
"private": true,
"description": "Small business website",
"version": "0.1.0",
"author": "Colin Tinney <[email protected]>",
"dependencies": {
"gatsby": "^2.32.13",
"gatsby-image": "^2.11.0",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-robots-txt": "1.7.0",
"gatsby-plugin-sharp": "^2.0.29",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "^2.1.17",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-images": "^0.5.19",
"react-photo-gallery": "^6.3.4"
},
"keywords": [
"gatsby"
],
"license": "UNLICENSED",
"scripts": {
"build": "gatsby build",
"deploy:manual": "npm run build && cp -R public ../temp-public && git checkout master && cp -R ../temp-public/public/* .",
"dev": "gatsby develop",
"start": "npm run dev",
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/cdtinney/aerotrike-aviation"
},
"bugs": {
"url": "https://github.com/cdtinney/aerotrike-aviation"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"gatsby-plugin-eslint": "2.0.5"
}
}