-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 850 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
{
"name": "blog-andersnylund",
"private": true,
"scripts": {
"dev": "next dev -p 8000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"next": "12.1.0",
"next-connect": "^0.12.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.0",
"react-syntax-highlighter": "^15.4.5",
"sitemap": "^7.1.1",
"styled-components": "^5.3.3",
"styled-normalize": "^8.0.7"
},
"devDependencies": {
"@types/node": "17.0.15",
"@types/react": "17.0.39",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/styled-components": "^5.1.22",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"typescript": "4.5.5"
}
}