generated from ENvironmentSet/oversomething
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
104 lines (104 loc) · 2.99 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
{
"name": "overcurried",
"private": true,
"description": "Personal blog of ENvironmentSet based on oversomething.",
"version": "0.0.0",
"author": "Jaewon Seo <herryseo1@gmail.com>",
"bugs": {
"url": "https://github.com/ENvironmentSet/overcurried/issues"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@reach/router": "^1.3.4",
"array.prototype.flat": "^1.2.3",
"cosmiconfig": "^5.2.1",
"emotion-theming": "^10.0.27",
"gatsby-image": "^2.4.19",
"gatsby-plugin-feed": "^2.5.12",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.4.31",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-sitemap": "^2.4.13",
"gatsby-plugin-typography": "^2.5.11",
"gatsby-remark-copy-linked-files": "^2.3.16",
"gatsby-remark-images": "^3.3.30",
"gatsby-remark-prismjs": "^3.5.13",
"gatsby-remark-responsive-iframe": "^2.4.14",
"gatsby-remark-smartypants": "^2.3.11",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-sharp": "^2.5.15",
"prismjs": "^1.25.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"typeface-merriweather": "0.0.72",
"typeface-montserrat": "0.0.75",
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"homepage": "https://github.com/ENvironmentSet/overcurried#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ENvironmentSet/overcurried.git"
},
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve"
},
"engines": {
"node": ">=10.9"
},
"oversomething": {
"siteMetadata": {
"title": "overcurried",
"author": "Jaewon Seo",
"description": "I believe that knowledge becomes valuable only when we share it with others.",
"keywords": [
"Programming",
"Computer science",
"Programming Language Theory",
"Type Theory",
"Programming paradigms",
"Programming Languages",
"Type-level programming",
"Web programming",
"Compilers"
],
"siteUrl": "https://overcurried.com",
"social": {
"github": "ENvironmentSet",
"twitter": "NvironmentE",
"email": "herryseo1@gmail.com"
},
"something": "🍛",
"theme": {
"background": "#212121",
"text": "#B0BEC5",
"accent": "#FF9800",
"hyperLink": "#80CBC4"
},
"locale": [
"ko",
"KR"
]
},
"gaTrackingId": "UA-131792068-2",
"ga4TrackingId": "G-BCYKQQHRK2",
"useIcon": false
},
"devDependencies": {
"gatsby": "^2.24.65"
}
}