-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
45 lines (45 loc) · 1.18 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@markdoc/markdoc": "0.3.5",
"@markdoc/next.js": "0.3.5",
"@svgr/webpack": "^6.2.1",
"algoliasearch": "^4.17.1",
"classnames": "^2.3.2",
"file-loader": "^6.2.0",
"frontmatter-markdown-loader": "^3.7.0",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "13.3.0",
"next-mdx-remote": "^4.1.0",
"prismjs": "1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-tooltip": "^5.8.3",
"react-transition-group": "^4.4.5",
"react-instantsearch": "^7.2.1",
"rehype-slug": "^5.0.1",
"remark-unwrap-images": "^3.0.1",
"slugify": "^1.6.5"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.0.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-transition-group": "4.4.5",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"typescript": "5.0.4"
}
}