-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 903 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
{
"name": "charliesbot.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"deploy": "vercel",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@meronex/icons": "^4.0.0",
"@next/mdx": "^9.5.3",
"date-fns": "^2.16.1",
"next": "9.5.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-syntax-highlighter": "^13.5.3",
"remark-emoji": "^2.1.0",
"remark-images": "^2.0.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@mdx-js/loader": "^1.6.16",
"@types/node": "^14.10.1",
"@types/react": "^16.9.49",
"@types/react-syntax-highlighter": "^11.0.5",
"@types/styled-components": "^5.1.3",
"@types/webpack-env": "^1.15.2",
"babel-plugin-import-glob-array": "^0.2.0",
"next-mdx-enhanced": "^4.0.0",
"typescript": "^4.0.2",
"vercel": "^20.1.4"
}
}