This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.93 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
{
"name": "hyakt.dev",
"private": true,
"description": "portfolio site",
"version": "0.0.2",
"author": "Hayato Kajiyama <[email protected]>",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"deploy": "yarn build && gh-pages -d public -b gh-pages",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc --noEmit",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src",
"preload-fonts": "gatsby-preload-fonts"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^3.14.2",
"gatsby-plugin-emotion": "^6.14.0",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-preload-fonts": "^2.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.1",
"gatsby-plugin-typescript": "^3.14.0",
"gatsby-plugin-typography": "^3.14.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flippy": "^1.1.0",
"react-helmet": "^6.1.0",
"react-tooltip": "^4.2.21",
"react-typography": "^0.16.20",
"typography": "^0.16.21"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.2.0",
"@types/react": "^17.0.27",
"@types/react-helmet": "^6.1.3",
"@types/typography": "^0.16.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"gh-pages": "^3.2.3",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hyakt/hyakt.github.io"
},
"bugs": {
"url": "https://github.com/hyakt/hyakt.github.io/issues"
}
}