-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.65 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.65 KB
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
{
"private": true,
"name": "idarth.com",
"title": "idarth.com",
"homepage": "https://idarth.com",
"description": "Alessio's personal blog",
"version": "1.0.0",
"author": "Alessio Gastaldo <alessio.gastaldo@gmail.com>",
"repository": "https://github.com/darthale/idarth.git",
"license": "MIT",
"dependencies": {
"@google/markerclustererplus": "^2.1.11",
"algoliasearch": "^3.33.0",
"babel-plugin-styled-components": "^1.10.0",
"disqus-react": "^1.0.5",
"exifreader": "^2.8.2",
"gatsby": "2.8.6",
"gatsby-cli": "^2.7.40",
"gatsby-image": "2.1.2",
"gatsby-plugin-algolia": "^0.3.0",
"gatsby-plugin-catch-links": "2.0.15",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-google-analytics": "2.0.21",
"gatsby-plugin-lodash": "^3.0.5",
"gatsby-plugin-manifest": "2.1.1",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "2.1.1",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-s3": "^0.2.5",
"gatsby-plugin-sharp": "@2.2.14",
"gatsby-plugin-styled-components": "3.0.7",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^2.0.13",
"gatsby-remark-embed-video": "1.7.1",
"gatsby-remark-emojis": "^0.3.2",
"gatsby-remark-images": "3.0.14",
"gatsby-remark-katex": "^3.0.4",
"gatsby-remark-responsive-iframe": "2.1.1",
"gatsby-remark-smartypants": "2.0.9",
"gatsby-remark-sub-sup": "^1.0.0",
"gatsby-remark-vscode": "^1.0.5",
"gatsby-source-filesystem": "2.0.39",
"gatsby-transformer-remark": "2.3.12",
"gatsby-transformer-sharp": "2.1.21",
"gatsby-transformer-yaml": "2.1.12",
"katex": "^0.10.2",
"lodash": "^4.17.11",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^6.0.0-beta",
"react-instantsearch-dom": "^5.6.0",
"react-spring": "^8.0.23",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^4.2.1",
"styled-icons": "8.1.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"prop-types": "^15.7.2"
},
"scripts": {
"build": "gatsby build",
"deploy": "aws s3 sync public s3://www.idarth.com --acl public-read --delete",
"dev": "gatsby develop",
"ship": "gatsby build && npm run deploy",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"alessio gastaldo",
"personal blog",
"machine learning",
"idarth",
"data engineering"
],
"eslintIgnore": [
"node_modules",
".cache",
"public"
]
}