-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.34 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "kylejones.io",
"private": true,
"description": "Personal website for Kyle Jones",
"version": "1.1.0",
"author": {
"birthDate": "1992-10-13",
"email": "[email protected]",
"gender": "Male",
"jobTitle": "Senior Software Engineer",
"knowsLanguage": "English",
"name": "Kyle Jones",
"telephone": "07432 829513",
"url": "https://kylejones.io"
},
"dependencies": {
"@babel/preset-typescript": "^7.13.0",
"@halkeye/gatsby-source-goodreads": "git+https://github.com/halkeye/gatsby-source-goodreads.git",
"@material-ui/core": "^4.11.4",
"babel-jest": "^26.6.3",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-gatsby": "^0.5.16",
"dependencies": "0.0.1",
"gatsby": "^2.32.13",
"gatsby-cli": "^2.12.45",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-feed": "^2.13.1",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-layout": "^1.10.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-preact": "^4.7.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-remark-images": "^3.11.1",
"gatsby-source-apiserver": "^2.1.8",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-source-spotify": "^1.3.2",
"gatsby-source-steam": "^0.2.1",
"gatsby-source-twitter": "^3.2.2",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "^2.12.1",
"gh-pages": "^2.2.0",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.1.1",
"i18next-xhr-backend": "^3.2.2",
"jest": "^26.6.3",
"preact": "^10.5.13",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-awesome-styled-grid": "^3.1.1",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-i18next": "^11.10.0",
"react-icons": "^3.11.0",
"react-native": "^0.62.3",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-share": "^4.4.0",
"react-test-renderer": "^16.14.0",
"simple-json-fetch": "^1.0.1",
"styled-components": "^4.4.1"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0",
"acorn": "^6.0.0",
"typescript": "^2.8.0",
"react-refresh": "^0.8.3",
"react": "^16.13.1",
"react-dom": "^16.8.1",
"preact-render-to-string": "^5.1.8",
"yup": "^0.27.0",
"webpack": "^4.0.0"
},
"keywords": [
"gatsby",
"react",
"graphql",
"portfolio",
"website",
"cv",
"blog"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"clean": "gh-pages-clean",
"deploy": "gatsby build --prefix-paths && gh-pages-clean && gh-pages -d public -b master -r https://[email protected]/kerl1310/kylejones.io.git",
"lint": "prettier --write \"src/**/*.js\"",
"test": "jest -u"
},
"repository": {
"type": "git",
"url": "https://github.com/kerl1310/kylejones.io"
},
"homepage": "https://github.com/kerl1310/kylejones.io",
"bugs": {
"url": "https://github.com/kerl1310/kylejones.io/issues"
}
}