-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.12 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
{
"name": "galiarmero.dev",
"private": true,
"description": "Gali Armero's personal website",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"format": "prettier --write {*,src/**/*}.{js,jsx}",
"check-format": "prettier --check {*,src/**/*}.{js,jsx}",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"new-post": "node ./scripts/new-post.js",
"generate-sharing-cards": "node ./scripts/generate-sharing-cards.js"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@researchgate/react-intersection-observer": "^1.1.2",
"axios": "^1.1.2",
"axios-retry": "^3.4.0",
"dayjs": "^1.8.20",
"dotenv": "^16.0.1",
"gatsby": "^4.19.2",
"gatsby-plugin-ackee-tracker": "^3.2.4",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-emotion": "^7.19.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-plugin-twitter": "^4.19.0",
"gatsby-remark-copy-linked-files": "^5.19.0",
"gatsby-remark-images": "^6.19.0",
"gatsby-remark-prismjs": "^6.19.0",
"gatsby-source-filesystem": "^4.19.0",
"gatsby-transformer-remark": "^5.19.0",
"linkify-plugin-hashtag": "^4.0.2",
"linkify-plugin-mention": "^4.0.2",
"linkify-react": "^4.0.2",
"linkifyjs": "^4.0.2",
"prismjs": "^1.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-share": "^4.1.0",
"react-transition-group": "^4.3.0",
"react-twemoji": "^0.5.0",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"date-fns": "^1.30.1",
"prettier": "^2.7.1",
"puppeteer": "^3.1.0",
"slugify": "^1.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/galiarmero/galiarmero.dev"
},
"bugs": {
"url": "https://github.com/galiarmero/galiarmero.dev/issues"
}
}