๐Ÿ“ฆ 0-Chan / 0-Chan.github.io

๐Ÿ“„ package.json ยท 94 lines
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{
  "name": "gatsby-starter-bee",
  "private": true,
  "description": "Gatsby blog starter template",
  "version": "0.1.0",
  "author": "Jbee[JaeYeopHan]<ljyhanll@gmail.com>",
  "bugs": {
    "url": "https://github.com/JaeYeopHan/gatsby-starter-bee/issues"
  },
  "dependencies": {
    "gatsby": "^2.2.8",
    "gatsby-image": "^2.0.34",
    "gatsby-plugin-feed": "^2.1.0",
    "gatsby-plugin-google-adsense": "^1.1.3",
    "gatsby-plugin-google-analytics": "^2.0.17",
    "gatsby-plugin-lodash": "^3.0.5",
    "gatsby-plugin-manifest": "^2.0.24",
    "gatsby-plugin-offline": "^2.0.25",
    "gatsby-plugin-react-helmet": "^3.0.10",
    "gatsby-plugin-robots-txt": "^1.5.5",
    "gatsby-plugin-sass": "^2.0.11",
    "gatsby-plugin-sharp": "^2.0.30",
    "gatsby-plugin-sitemap": "^2.0.10",
    "gatsby-plugin-typography": "^2.2.10",
    "gatsby-remark-autolink-headers": "^2.0.16",
    "gatsby-remark-copy-linked-files": "^2.0.11",
    "gatsby-remark-emoji": "0.0.2",
    "gatsby-remark-images": "^3.0.10",
    "gatsby-remark-images-medium-zoom": "^1.7.0",
    "gatsby-remark-katex": "^3.1.25",
    "gatsby-remark-prismjs": "^3.2.6",
    "gatsby-remark-responsive-iframe": "^2.1.1",
    "gatsby-remark-smartypants": "^2.0.9",
    "gatsby-source-filesystem": "^2.0.28",
    "gatsby-transformer-remark": "^2.3.8",
    "gatsby-transformer-sharp": "^2.1.17",
    "intersection-observer": "^0.5.1",
    "katex": "^0.11.1",
    "lodash": "^4.17.21",
    "mermaid": "^8.14.0",
    "node-sass": "^4.14.0",
    "prismjs": "^1.25.0",
    "query-string": "^6.13.1",
    "react": "^16.8.1",
    "react-disqus-comments": "^1.4.0",
    "react-dom": "^16.8.1",
    "react-helmet": "^5.2.0",
    "react-switch": "^5.0.0",
    "react-typography": "^0.16.13",
    "smooth-scroll": "^16.0.0",
    "smoothscroll-polyfill": "^0.4.4",
    "typeface-catamaran": "0.0.54",
    "typeface-merriweather": "0.0.72",
    "typeface-montserrat": "0.0.54",
    "typeface-noto-sans-kr": "0.0.63",
    "typography": "^0.16.17",
    "typography-theme-github": "^0.16.18"
  },
  "devDependencies": {
    "@types/mermaid": "^8.2.7",
    "date-fns": "^1.30.1",
    "eslint": "^5.14.1",
    "eslint-plugin-react": "^7.11.1",
    "fs-extra": "^7.0.1",
    "gatsby-post-gen": "^1.0.0",
    "gh-pages": "^3.2.3",
    "gray-matter": "^4.0.2",
    "inquirer": "^6.2.2",
    "prettier": "^1.14.2",
    "recursive-readdir": "^2.2.2",
    "signale": "^1.3.0"
  },
  "homepage": "https://github.com/JaeYeopHan/gatsby-starter-bee#readme",
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "main": "n/a",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JaeYeopHan/gatsby-starter-bee.git"
  },
  "scripts": {
    "post": "gatsby-post-gen",
    "dev": "gatsby develop",
    "lint": "eslint --ext .js,.jsx --ignore-pattern public .",
    "format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
    "develop": "gatsby develop",
    "start": "npm run develop",
    "build": "gatsby build",
    "fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js",
    "deploy": "gatsby build && gh-pages -d public"
  }
}