-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.81 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
{
"name": "gatsby-starter-oasis",
"description": "Gatsby blog template",
"version": "0.1.0",
"private": "true",
"author": {
"name": "je0ngyun",
"email": "jeongyunniim@gmail.com",
"url": "https://github.com/je0ngyun"
},
"homepage": "https://github.com/je0ngyun/gatsby-starter-oasis#readme",
"repository": {
"type": "git",
"url": "https://github.com/je0ngyun/gatsby-starter-oasis"
},
"bugs": {
"url": "https://github.com/je0ngyun/gatsby-starter-oasis/issues",
"email": "jeongyunniim@gmail.com"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-starter-oasis"
],
"license": "0BSD",
"dependencies": {
"@toss/hangul": "^1.0.3",
"classnames": "^2.3.1",
"gatsby": "^4.5.2",
"gatsby-plugin-feed": "^4.7.0",
"gatsby-plugin-gatsby-cloud": "^4.5.1",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-offline": "^5.5.1",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sass": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-plugin-typography": "^4.6.0",
"gatsby-remark-autolink-headers": "^5.5.0",
"gatsby-remark-copy-linked-files": "^5.7.0",
"gatsby-remark-image-attributes": "^1.1.0",
"gatsby-remark-images": "^6.6.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-katex": "^6.6.0",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-sharp": "^4.5.0",
"katex": "^0.13.24",
"prop-types": "^15.8.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-switch": "^6.0.0",
"react-typography": "^0.16.20",
"sharp": "^0.31.1",
"smooth-scroll": "^16.1.3",
"smoothscroll-polyfill": "^0.4.4",
"typeface-catamaran": "^1.1.13",
"typeface-roboto-mono": "^1.1.13",
"typography": "^0.16.21",
"typography-theme-github": "^0.16.19"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^3.4.8",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.28.0",
"fs-extra": "^10.0.0",
"gatsby-plugin-netlify": "^5.0.1",
"inquire": "^0.4.8",
"prettier": "^2.5.1"
},
"scripts": {
"build": "gatsby clean && gatsby build",
"develop": "gatsby clean && gatsby develop",
"start": "gatsby clean && gatsby develop",
"serve": "gatsby clean && gatsby serve",
"clean": "gatsby clean",
"page": "gatsby clean && node ./page-ganerator/page-ganerator.js",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'posts/**/*.md' 'page-gen-template/*.js'",
"lint": "./node_modules/.bin/eslint ./src"
}
}