-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
59 lines (59 loc) · 1.77 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": "starship-timeline",
"version": "1.0.0",
"description": "Keep up to date with SpaceX's Super Heavy Starship, the rocket that will revolutionize space exploration.",
"author": "Albéric Trancart",
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"test:lint": "eslint .",
"test": "yarn test:lint"
},
"dependencies": {
"date-fns": "^2.2.1",
"gatsby": "^2.15.20",
"gatsby-background-image": "^0.8.12",
"gatsby-image": "^2.2.20",
"gatsby-plugin-canonical-urls": "^2.1.8",
"gatsby-plugin-eslint": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.1.17",
"gatsby-plugin-manifest": "^2.2.18",
"gatsby-plugin-netlify": "^2.1.15",
"gatsby-plugin-offline": "^3.0.8",
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-resolve-src": "^2.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.25",
"gatsby-plugin-sitemap": "^2.2.14",
"gatsby-plugin-styled-components": "^3.1.6",
"gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-sharp": "^2.2.16",
"nprogress": "^0.2.0",
"polished": "^3.4.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.1",
"react-player": "^1.13.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2"
},
"keywords": [
"react",
"gatsby",
"spacex"
]
}