-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 933 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 933 Bytes
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
{
"name": "mal-blog",
"version": "1.0.0",
"description": "Blog of Lam",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"keywords": [],
"author": "kr4k9n",
"license": "MIT",
"type": "module",
"dependencies": {
"@chakra-ui/icons": "2.0.13",
"@chakra-ui/react": "2.4.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"date-fns": "^2.29.3",
"framer-motion": "^6",
"gray-matter": "^4.0.3",
"mdx": "^0.3.1",
"next": "12.3",
"next-mdx-remote": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^7.0.0",
"sharp": "^0.32.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"eslint": "^8.30.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^9.0.0",
"prettier": "2.8.1"
}
}