-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 2.08 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
{
"name": "jaeseokim_blog",
"description": "Develop, Security, It, Etc...",
"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",
"deploy": "gatsby build && gh-pages -d public -b gh-pages",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"axios": "^0.21.2",
"gatsby": "^2.29.1",
"gatsby-image": "^2.8.0",
"gatsby-plugin-feed": "^2.10.0",
"gatsby-plugin-google-analytics": "^2.8.0",
"gatsby-plugin-manifest": "^2.9.0",
"gatsby-plugin-offline": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.5.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.11.0",
"gatsby-plugin-sitemap": "^2.9.0",
"gatsby-remark-autolink-headers": "^2.8.0",
"gatsby-remark-copy-linked-files": "^2.7.0",
"gatsby-remark-emoji": "0.0.3",
"gatsby-remark-images": "^3.8.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-katex": "^3.1.25",
"gatsby-remark-vscode": "^3.2.0",
"gatsby-source-filesystem": "^2.8.0",
"gatsby-transformer-remark": "^2.13.0",
"gatsby-transformer-sharp": "^2.9.0",
"install": "^0.13.0",
"intersection-observer": "^0.11.0",
"katex": "^0.11.1",
"material-theme": "github:Binaryify/OneDark-Pro",
"npm": "^7.3.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.7",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"sharp": "^0.30.3",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"babel-preset-gatsby": "^0.5.16",
"gatsby-plugin-emotion": "^4.5.0",
"gh-pages": "^3.1.0",
"husky": "^4.3.0",
"prettier": "^2.2.1",
"tailwindcss": "^1.9.6",
"twin.macro": "^1.12.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run format && git add ."
}
}
}