-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.19 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
{
"name": "brunnerliv.io",
"private": true,
"description": "Personal blog of Livio Brunner",
"version": "1.0.0",
"author": "Livio Brunner <livio.brunner.lb1@gmail.com>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.15",
"@szhsin/react-menu": "^3.1.1",
"babel-plugin-styled-components": "2.0.7",
"color": "4.2.3",
"download-stats": "0.3.4",
"gatsby": "4.14.0",
"gatsby-plugin-google-analytics": "4.13.0",
"gatsby-plugin-layout": "3.13.0",
"gatsby-plugin-manifest": "4.13.0",
"gatsby-plugin-offline": "5.13.0",
"gatsby-plugin-react-helmet": "5.13.0",
"gatsby-plugin-react-svg": "3.1.0",
"gatsby-plugin-sharp": "4.13.0",
"gatsby-plugin-styled-components": "5.13.0",
"gatsby-plugin-web-font-loader": "1.0.4",
"gatsby-remark-images": "6.13.0",
"gatsby-remark-images-medium-zoom": "1.7.0",
"gatsby-remark-prismjs": "6.13.0",
"gatsby-source-filesystem": "4.13.0",
"gatsby-transformer-remark": "5.13.0",
"gatsby-transformer-sharp": "4.13.0",
"npm-api": "1.0.1",
"prismjs": "1.28.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-countup": "6.2.0",
"react-dom": "17.0.2",
"react-dom-confetti": "0.2.0",
"react-helmet": "6.1.0",
"react-static-plugin-styled-components": "7.6.2",
"react-toggle-dark-mode": "^1.1.0",
"react-transition-group": "4.4.2",
"recharts": "2.1.9",
"styled-components": "5.3.1"
},
"devDependencies": {
"nunjucks": "3.2.3",
"prettier": "2.6.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"build:prod": "gatsby build --prefix-paths",
"update-data": "node tools/update-data.js"
},
"repository": {
"type": "git",
"url": "https://github.com/BrunnerLivio/brunnerliv.io"
},
"bugs": {
"url": "https://github.com/BrunnerLivio/brunnerliv.io/issues"
}
}