-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.4 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
{
"name": "nextjs-mdx-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@mantine/core": "^5.9.2",
"@mantine/ds": "^5.9.2",
"@mantine/hooks": "^5.9.2",
"@mantine/next": "^5.9.2",
"@mantine/prism": "^5.9.2",
"@tabler/icons": "^1.115.0",
"@types/node": "^18.11.10",
"@types/react": "^18.0.26",
"@types/react-dom": "18.0.9",
"babel-plugin-macros": "^3.1.0",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"framer-motion": "^7.7.0",
"luxon": "^3.1.1",
"next": "^13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.5",
"fs.promises": "^0.1.2",
"gray-matter": "^4.0.3",
"next-mdx-remote": "^4.2.0",
"react-syntax-highlighter": "^15.5.0"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"author": "",
"license": "ISC"
}