-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "jordy-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"dependencies": {
"@mdx-js/react": "^1.6.4",
"@styled-system/theme-get": "^5.1.2",
"babel-plugin-import-glob-array": "^0.2.0",
"glob": "^7.1.6",
"next": "^9.4.2",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^1.1.0",
"next-mdx-enhanced": "^3.0.0",
"next-optimized-images": "^2.6.0",
"polished": "^3.6.3",
"prism-react-renderer": "^1.1.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-masonry-component": "^6.2.1",
"reading-time": "^1.2.0",
"rehype-autolink-headings": "^3.0.0",
"rehype-slug": "^3.0.0",
"remark-frontmatter": "^2.0.0",
"remark-toc": "^7.0.0",
"styled-components": "^5.1.0",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/node": "^13.13.0",
"@types/react": "^16.9.34",
"@types/styled-components": "^5.1.0",
"@types/styled-system": "^5.1.9",
"@types/styled-system__theme-get": "^5.0.0",
"typescript": "^3.8.3"
}
}