aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: f4c4d4292a9931b8df4922785b7f755f6cb57a50 (plain)
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
{
	"name": "blog",
	"version": "0.1.0",
	"private": true,
	"scripts": {
		"dev": "next dev",
		"build": "next build",
		"start": "next start"
	},
	"dependencies": {
		"@material-ui/core": "^4.11.3",
		"@material-ui/icons": "^4.11.2",
		"@types/react-syntax-highlighter": "^13.5.0",
		"fuse.js": "^6.4.6",
		"next": "10.0.9",
		"react": "17.0.2",
		"react-dom": "17.0.2",
		"react-markdown": "^6.0.0",
		"react-syntax-highlighter": "^15.4.3",
		"rehype-raw": "^5.1.0",
		"remark-gfm": "^1.0.0",
		"use-mousetrap": "^1.0.4"
	},
	"devDependencies": {
		"@types/node": "^14.14.36",
		"@types/react": "^17.0.3",
		"typescript": "^4.2.3"
	}
}