-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.34 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "hoon-gatsby-blog",
"private": true,
"description": "gatsby blog made by hoon",
"version": "0.1.0",
"author": "hoon20 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@gatsbyjs/webpack-hot-middleware": "^2.25.3",
"@svgr/webpack": "^8.0.1",
"anser": "^2.3.0",
"css.escape": "^1.5.1",
"error-stack-parser": "^2.1.4",
"fs-extra": "^11.2.0",
"gatsby": "^5.14.0",
"gatsby-adapter-netlify": "^1.0.4",
"gatsby-emotion-dark-mode": "^1.1.1",
"gatsby-link": "^5.14.0",
"gatsby-plugin-google-adsense": "^1.1.3",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-react-router-scroll": "^6.14.0",
"gatsby-script": "^2.14.0",
"latest": "^0.2.0",
"minimatch": "^10.0.1",
"mitt": "^3.0.1",
"node-html-parser": "^6.1.13",
"platform": "^1.3.6",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.3.0",
"react-responsive": "^9.0.2",
"react-rotating-text": "^1.4.1",
"sass": "^1.55.0",
"shallow-compare": "^1.2.2",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@babel/eslint-plugin": "^7.19.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"gatsby-plugin-advanced-sitemap": "^2.0.0",
"gatsby-plugin-emotion": "^7.24.0",
"gatsby-plugin-feed": "^4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sass": "^5.24.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-plugin-typescript": "^4.24.0",
"gatsby-remark-autolink-headers": "^5.9.0",
"gatsby-remark-copy-linked-files": "^5.24.0",
"gatsby-remark-images": "^6.24.0",
"gatsby-remark-prismjs": "^6.24.0",
"gatsby-remark-responsive-iframe": "^5.24.0",
"gatsby-remark-smartypants": "^5.24.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"prettier": "^2.8.8",
"typescript": "^4.8.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "0BSD",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint --ext .tsx --ext .ts ."
}
}