-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build && next-sitemap",
"build-sitemap": "next-sitemap",
"start": "next start",
"typecheck": "tsc"
},
"dependencies": {
"@chakra-ui/react": "^2.1.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"classnames": "2.3.1",
"date-fns": "2.21.3",
"flexsearch": "^0.7.21",
"framer-motion": "^6",
"gray-matter": "4.0.3",
"next": "latest",
"next-sitemap": "^3.1.7",
"ramda": "^0.28.0",
"react": "18.1.0",
"react-collapse": "^5.1.1",
"react-dom": "18.1.0",
"react-markdown": "^8.0.3",
"react-modal-image": "^2.6.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark": "14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "15.0.1",
"remark-toc": "^8.0.1",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/flexsearch": "^0.7.3",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.0",
"@types/ramda": "^0.28.13",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-syntax-highlighter": "^15.5.1",
"sass": "^1.52.1"
}
}