-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
{
"engines": {
"node": "20.x"
},
"private": true,
"scripts": {
"dev": "next",
"lint": "next lint",
"build": "next build",
"start": "next start",
"newPost": "node ./scripts/newPost.js"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.0.0",
"@chakra-ui/system": "^2.0.0",
"@chakra-ui/theme-tools": "^2.1.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mdx-js/loader": "^2.0.0",
"@mdx-js/react": "^2.0.0",
"@next/mdx": "^12.1.0",
"@vercel/kv": "^1.0.1",
"@vercel/node": "^3.0.19",
"axios": "^1.6.7",
"dracula-prism": "^2.1.7",
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
"framer-motion": "^11.2.11",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
"mermaid": "^8.14.0",
"next": "^14.2.4",
"next-mdx-remote": "^4.0.0",
"react": "18.2.0",
"react-code-blocks": "^0.0.9-0",
"react-dom": "18.2.0",
"react-icons": "^4.3.1",
"react-is": "^16.8.0",
"webpack": "^5.0.0"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/glob": "^7.2.0",
"@types/mermaid": "^8.2.9",
"@types/node": "^20.12.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/slug": "^5.0.3",
"@types/webpack-env": "^1.16.3",
"date-fns": "^2.29.1",
"eslint": "8.11.0",
"eslint-config-next": "12",
"file-loader": "^6.2.0",
"slug": "^6.0.0",
"typescript": "^5.5.2"
}
}