-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.44 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
{
"name": "@solo5star/blog",
"private": true,
"description": "solo5star's Blog",
"version": "0.1.0",
"author": "solo5star <[email protected]>",
"bugs": {
"url": "https://github.com/solo5star/blog/issues"
},
"homepage": "https://github.com/solo5star/blog",
"keywords": [
"gatsby"
],
"repository": {
"type": "git",
"url": "git+https://github.com/solo5star/blog.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"classnames": "^2.3.2",
"gatsby": "^5.12.4",
"gatsby-plugin-emotion": "^8.12.0",
"gatsby-plugin-feed": "^5.12.0",
"gatsby-plugin-google-gtag": "^5.12.1",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-mdx": "^5.12.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-remark-autolink-headers": "^6.12.0",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-images": "^7.12.0",
"gatsby-remark-images-zoom": "^1.1.0",
"gatsby-remark-video": "^1.2.5",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"lodash": "^4.17.21",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rehype-mdx-code-props": "^1.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^1.0.0",
"style-to-object": "^0.4.2"
},
"devDependencies": {
"@types/prismjs": "^1.26.1",
"@types/react-helmet": "^6.1.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss-styled-syntax": "^0.5.0",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-no-unsupported-browser-features": "^7.0.0",
"stylelint-order": "^6.0.3",
"typescript": "^5.2.2"
}
}