-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.19 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "ypraw-blog-code-base",
"version": "3.2.0",
"author": "ypraw",
"license": "MIT",
"dependencies": {
"antd": "^4.16.3",
"core-js": "^3.15.0",
"disqus-react": "^1.1.0",
"fontfaceobserver": "^2.1.0",
"gatsby": "^3.7.2",
"gatsby-image": "^3.7.1",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-feed": "^3.7.1",
"gatsby-plugin-google-analytics": "^4.10.0",
"gatsby-plugin-google-gtag": "^3.8.0",
"gatsby-plugin-layout": "^2.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-netlify": "^3.7.1",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-sitemap": "^4.3.1",
"gatsby-plugin-styled-jsx": "^4.7.1",
"gatsby-plugin-styled-jsx-postcss": "^2.0.2",
"gatsby-plugin-typescript": "^3.7.1",
"gatsby-remark-component-parent2div": "^1.2.3",
"gatsby-remark-copy-linked-files": "^4.4.1",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^5.4.1",
"gatsby-remark-katex": "^5.5.0",
"gatsby-remark-lazy-load": "^1.0.2",
"gatsby-remark-prismjs": "^5.4.1",
"gatsby-remark-rehype-images": "^0.1.2",
"gatsby-remark-responsive-iframe": "^4.4.1",
"gatsby-remark-smartypants": "^4.4.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-remark": "^4.5.0",
"gatsby-transformer-sharp": "^3.7.1",
"js-yaml": "^4.1.0",
"katex": "^0.13.11",
"lazysizes": "^5.3.2",
"lodash.throttle": "^4.1.1",
"moment-timezone": "^0.5.33",
"normalize.css": "^8.0.1",
"prism-themes": "^1.7.0",
"prismjs": "^1.23.0",
"react": "^17.0.2",
"react-addons-perf": "^15.4.2",
"react-dom": "^17.0.2",
"react-facebook": "^8.1.4",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-instantsearch-dom": "^6.11.1",
"react-md-spinner": "^1.0.0",
"react-obfuscate": "^3.6.8",
"react-share": "^4.4.0",
"react-visibility-sensor": "^5.1.1",
"rehype-react": "^6.2.0",
"styled-jsx": "^3.4.4",
"styled-jsx-plugin-postcss": "^4.0.1",
"styled-jsx-plugin-stylelint": "^0.1.0",
"tinycolor2": "^1.4.2",
"typeface-open-sans": "1.1.13",
"typescript": "^4.3.4",
"yaml-loader": "^0.6.0"
},
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"devhost": "gatsby develop --host 192.168.0.112",
"format": "prettier --write 'src/**/*.js'",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
"lint": "eslint src/**/*.{js,jsx}",
"stylelint": "stylelint src/**/*.js",
"generate-app-icons": "sh ./scripts/generate-app-icons.sh",
"create-post": "sh ./scripts/createPost.sh"
},
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0",
"babel-eslint": "^8.2.6",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-import": "^1.13.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-webpack-plugin": "^0.1.1",
"dotenv": "^10.0.0",
"eslint": "^7.29.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"gatsby-plugin-algolia": "^0.20.1",
"json-loader": "^0.5.7",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"postcss-cssnext": "^3.1.0",
"postcss-custom-properties": "^11.0.0",
"postcss-custom-selectors": "^6.0.0",
"postcss-easy-media-query": "^1.0.0",
"postcss-load-plugins": "^2.3.0",
"postcss-loader": "^6.1.0",
"postcss-media-variables": "^2.0.1",
"postcss-nested": "^5.0.5",
"postcss-sorting": "^6.0.0",
"postcss-text-remove-gap": "^1.1.1",
"postcss-utilities": "^0.8.4",
"precss": "^4.0.0",
"prettier": "^2.3.1",
"serve": "^12.0.0",
"sharp-cli": "^1.15.0",
"stylelint": "^13.13.1",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-standard": "^22.0.0",
"url-loader": "^4.1.1",
"webpack-bundle-analyzer": "^4.4.2"
}
}