-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.72 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
81
82
83
84
{
"name": "github-fight",
"private": true,
"description": "A simple way to compare Github Reactions",
"version": "1.0.0",
"author": "Henrique Miranda <hey@thehenry.dev>",
"dependencies": {
"@apollo/client": "^3.1.3",
"babel-plugin-polished": "^1.1.0",
"dotenv": "^8.2.0",
"gatsby": "^2.24.47",
"gatsby-image": "^2.4.16",
"gatsby-plugin-manifest": "^2.4.23",
"gatsby-plugin-netlify": "^2.3.13",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-page-creator": "^2.3.22",
"gatsby-plugin-polished": "^1.0.4",
"gatsby-plugin-preload-fonts": "^1.2.20",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-source-graphql": "2.7.1",
"gatsby-transformer-sharp": "^2.5.13",
"graphql-tag": "^2.11.0",
"gsap": "^3.5.0",
"isomorphic-fetch": "^2.2.1",
"polished": "^3.6.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"styled-components": "^5.1.1",
"typeface-lato": "^0.0.75"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/react-icons": "^3.0.0",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.2.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"gatsby-plugin-root-import": "^2.0.5",
"prettier": "^2.0.5",
"typescript": "^4.0.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"preload-fonts": "gatsby-preload-fonts",
"start": "npm run develop",
"serve": "gatsby serve -H 0.0.0.0",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/codigofalado/github-fight"
},
"bugs": {
"url": "https://github.comcodigofalado/github-fight/issues"
}
}