-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.82 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
{
"name": "blog-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config sitemap-config.js",
"start": "next start",
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx"
},
"dependencies": {
"@hookform/resolvers": "^2.2.0",
"@mapbox/rehype-prism": "^0.7.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@reduxjs/toolkit": "^1.5.1",
"add": "^2.0.6",
"disqus-react": "^1.0.11",
"fast-glob": "^3.2.5",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"json-api-normalizer": "^1.0.4",
"lodash.merge": "^4.6.2",
"mdx-prism": "^0.3.3",
"next": "10.0.9",
"next-mdx-remote": "^3.0.1",
"next-seo": "^4.23.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.0.5",
"react-mailchimp-subscribe": "^2.1.3",
"react-redux": "^7.2.3",
"react-text-truncate": "^0.16.0",
"reading-time": "^1.3.0",
"rehype": "^11.0.0",
"remark-autolink-headings": "^6.0.1",
"rss": "^1.2.2",
"sharethis-reactjs": "^1.6.0",
"use-http": "^1.0.19",
"yarn": "^1.22.10",
"yup": "^0.32.9"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"next-sitemap": "^1.6.57",
"rehype-parse": "^7.0.1",
"rehype-remark": "^8.0.0",
"rehype-sanitize": "^4.0.0",
"remark-code-blocks": "^2.0.1",
"remark-stringify": "^9.0.1",
"to-vfile": "^7.2.0",
"unified": "^9.2.1",
"vfile-reporter": "^7.0.1"
}
}