-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build && next-sitemap",
"start": "next start"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@types/lodash": "^4.14.194",
"@types/prismjs": "^1.26.0",
"@types/react-responsive": "^8.0.5",
"@types/react-syntax-highlighter": "^15.5.6",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"marked": "^5.0.2",
"next": "latest",
"next-compose-plugins": "^2.2.1",
"next-seo": "^6.0.0",
"next-transpile-modules": "^10.0.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.6",
"react-multi-carousel": "^2.8.2",
"react-responsive": "^9.0.2",
"react-syntax-highlighter": "^15.5.0",
"recoil": "^0.7.7",
"rehype-code-titles": "^1.2.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"next-sitemap": "^4.1.3",
"prettier": "^2.8.7",
"typescript": "5.0.4"
}
}