generated from dishwasher-detergent/CornDocs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.84 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
{
"name": "documentation-made-easy",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "node scripts/sitemap-generator.mjs && ts-node scripts/algolia-generator.ts",
"export": "next export",
"start": "next start",
"lint": "next lint",
"serve": "next serve"
},
"dependencies": {
"@headlessui/react": "^1.7.2",
"@mdx-js/mdx": "^2.2.1",
"@mdx-js/react": "^2.1.3",
"@next/font": "^13.1.5",
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.2",
"@tailwindcss/line-clamp": "^0.3.1",
"algoliasearch": "^4.14.2",
"dotenv": "^16.0.3",
"framer-motion": "^6.5.1",
"glob-promise": "^6.0.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.92.0",
"next": "^13.1.5",
"next-mdx-remote": "^4.2.0",
"next-seo": "^5.15.0",
"nprogress": "^0.2.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^18.2.0",
"react-instantsearch": "^6.38.0",
"react-instantsearch-dom": "^6.38.0",
"rehype-slug-custom-id": "^1.1.0",
"remark-gfm": "^1.0.0",
"unist-util-visit": "^4.1.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.0",
"@types/node": "17.0.8",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.26.0",
"@types/react": "17.0.38",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^18.0.6",
"@types/react-instantsearch-dom": "^6.12.3",
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "^13.1.5",
"postcss": "^8.4.5",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.0.15",
"typescript": "4.5.4"
}
}