-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 995 Bytes
/
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
{
"name": "m4nu56-blog",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^2.2.1",
"@next/mdx": "^9.5.4",
"caniuse-lite": "^1.0.30001265",
"date-fns": "^2.15.0",
"eslint-config-next": "^14.1.1",
"gray-matter": "^4.0.2",
"next": "^14.1.1",
"next-seo": "^6.4.0",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.25.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-tiny-link": "^3.6.1",
"react-twitter-embed": "^4.0.4",
"remark": "^14.0.2",
"remark-emoji": "^2.1.0",
"remark-html": "^13.0.2",
"remark-images": "^2.0.0",
"remark-mdx": "^2.2.1",
"sass": "^1.29.0",
"swr": "^2.0.3"
},
"devDependencies": {
"@mdx-js/react": "^2.2.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.0.1",
"tailwindcss": "^3.4.1"
}
}