-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 KB
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
{
"name": "fing-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "yarn cache-pages",
"postbuild": "next-sitemap",
"cache-pages": "node lib/cache-pages.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.2",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.0.7",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"next": "^12.1.0",
"next-compose-plugins": "^2.2.1",
"next-seo": "^4.26.0",
"nextjs-progressbar": "^0.0.13",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"reading-time": "^1.3.0",
"remark-autolink-headings": "^6.0.1",
"remark-slug": "^6.0.0",
"stringify-object": "^3.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"gray-matter": "^4.0.3",
"next-sitemap": "^1.6.203",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23"
}
}