-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
80 lines (80 loc) · 2.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "spacexstats",
"version": "1.0.0",
"description": "SpaceX Stats is the ultimate place to keep track of SpaceX's achievements into providing cheaper access to space and making human life multiplanetary.",
"author": "Albéric Trancart",
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"test:lint": "eslint --fix .",
"test:tsc": "tsc",
"test": "yarn test:tsc && yarn test:lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.3.4",
"chart.js": "^2.9.3",
"chartjs-plugin-zoom": "^0.7.5",
"date-fns": "^2.12.0",
"deepmerge": "^4.2.2",
"gatsby": "^4.0.0",
"gatsby-background-image": "^1.1.1",
"gatsby-plugin-build-date": "^1.0.0",
"gatsby-plugin-canonical-urls": "^4.0.0",
"gatsby-plugin-eslint": "^4.0.0",
"gatsby-plugin-google-analytics": "^4.0.0",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-netlify": "^4.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-plugin-typescript": "^4.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"hammerjs": "^2.0.8",
"lodash": "^4.17.15",
"nprogress": "^0.2.0",
"react": "^17.0.0",
"react-chartjs-2": "^2.9.0",
"react-dom": "^17.0.0",
"react-ga": "^3.0.0",
"react-helmet": "^6.0.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@types/chart.js": "^2.9.19",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.0.0",
"@types/react-redux": "^7.1.7",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.1.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.19.0",
"eslint-webpack-plugin": "^3.1.1",
"gatsby-plugin-tsconfig-paths": "^1.0.2",
"prettier": "^2.0.4",
"typescript": "^4.0.3"
},
"keywords": [
"react",
"gatsby",
"spacex"
]
}