-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "roraima-gatsby",
"description": "Roraima Virtual Airline website in Gatsby",
"version": "1.0.0",
"author": "Adrian Wix <adrianwix18@gmail.com>",
"dependencies": {
"@types/react": "^16.4.14",
"bootstrap": "^4.1.3",
"gatsby": "^2.0.0",
"gatsby-plugin-manifest": "^2.0.2",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"jquery": "^3.3.1",
"prop-types": "latest",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"reactstrap": "^6.4.0"
},
"keywords": [
"gatsby",
"virtual airline"
],
"license": "bsd-3-clause-clear",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gh-pages": "^2.0.1",
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/adrianwix/roraima-gatsby"
}
}