-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 2.06 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": "hanazono-lite",
"version": "1.0.0",
"private": true,
"license": "MIT",
"description": "Hanazono Lite",
"author": "Bryan Kok <[email protected]>",
"keywords": [
"gatsby"
],
"scripts": {
"preinstall": "sh fetch_data.sh",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/open-sans": "^4.2.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@transfusion/gatsby-plugin-use-query-params": "git+https://github.com/Transfusion/gatsby-plugin-use-query-params.git",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.1.2",
"gatsby-plugin-image": "^1.1.2",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-mdx": "^2.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sharp": "^3.1.2",
"gatsby-plugin-sitemap": "^3.1.0",
"gatsby-plugin-styled-components": "^4.1.0",
"gatsby-plugin-typescript": "^3.2.0",
"gatsby-remark-copy-linked-files": "^3.2.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-prismjs": "^4.2.0",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-styled-components-dark-mode": "^2.0.3",
"gatsby-transformer-json": "^3.2.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.1.0",
"hanazono-gothic-lite-cjk-tc": "https://github.com/Radically/HanazonoLite-webfont/releases/download/release-1.0.5/hanazono-gothic-lite-cjk-tc-0.0.1.tgz",
"hanazono-mincho-lite-cjk-tc": "https://github.com/Radically/HanazonoLite-webfont/releases/download/release-1.0.5/hanazono-mincho-lite-cjk-tc-0.0.1.tgz",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-contenteditable": "^3.3.5",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-with-forwarded-ref": "^0.3.3",
"styled-components": "^5.2.1",
"use-query-params": "^1.2.2"
},
"devDependencies": {}
}