-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.77 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
{
"name": "jotterbach.github.io",
"private": true,
"description": "A minimalist personal blogging site",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-brands-svg-icons": "^5.10.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"babel-plugin-styled-components": "^2.1.4",
"core-js": "^3.2.1",
"gatsby": "^5.11.0",
"gatsby-cli": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-styled-components": "^6.11.0",
"gatsby-plugin-typography": "^5.11.0",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-katex": "^7.11.0",
"gatsby-remark-prismjs": "^7.11.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"katex": "^0.13.3",
"prismjs": "^1.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-typography": "^0.16.19",
"source-map": "^0.8.0-beta.0",
"styled-components": "^6.0.4",
"typography": "^0.16.19"
},
"devDependencies": {
"gh-pages": "^3.2.3",
"prettier": "^2.3.2"
},
"resolutions": {
"source-map": "^0.8.0-beta.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jotterbach/jotterbach.github.io"
}
}