-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "guy.blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"ssg-build": "next build && next-sitemap && next export",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package",
"postbuild": "next-sitemap"
},
"dependencies": {
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.4",
"@types/mdx": "^2.0.1",
"antd": "^4.19.5",
"babel-plugin-styled-components": "^2.0.7",
"classnames": "^2.3.1",
"fs": "0.0.1-security",
"fuse.js": "^6.5.3",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"next": "12.1.4",
"next-compose-plugins": "^2.2.1",
"next-mdx-enhanced": "^5.0.0",
"next-mdx-remote": "^4.0.0-rc.2",
"patch-package": "^6.4.7",
"path": "^0.12.7",
"prettier": "^2.6.2",
"prismjs": "^1.27.0",
"query-string": "^7.1.1",
"react": "18.0.0",
"react-countup": "^6.2.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"styled-components": "^5.3.5",
"weed.ui": "^1.6.1"
},
"devDependencies": {
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"next-sitemap": "^2.5.20"
}
}