-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 914 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
{
"name": "tuomokankaanpaa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen-blog-post": "node bin/generate-blog-post.js"
},
"dependencies": {
"@emotion/css": "^11.0.0",
"@emotion/react": "^11.1.1",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@types/react": "^17.0.0",
"@vercel/analytics": "^0.1.3",
"date-fns": "^2.16.1",
"gray-matter": "^4.0.2",
"next": "12",
"react": "^17.0.2",
"react-cookie-consent": "^6.2.1",
"react-dom": "^17.0.2",
"react-markdown": "^5.0.3",
"react-syntax-highlighter": "^15.3.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"sitemap": "^6.3.5"
},
"devDependencies": {
"@types/gtag.js": "^0.0.4",
"@types/node": "^14.14.10",
"prettier": "2.2.1",
"typescript": "^4.1.2"
}
}