-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
44
45
46
47
48
49
{
"name": "stevmachine-cv-blog",
"version": "0.0.1",
"main": "index.js",
"author": "Esteban Campos <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "rm -rf .mdx-data/ .next/ && next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/styled": "^10.0.27",
"@mapbox/rehype-prism": "^0.5.0",
"@mdx-js/loader": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@next/mdx": "^9.5.1",
"@theme-ui/prism": "^0.3.0",
"babel-plugin-import-glob-array": "^0.2.0",
"comma-number": "^2.0.1",
"date-fns": "^2.16.0",
"emotion-theming": "^10.0.27",
"firebase": "^7.22.0",
"firebase-admin": "^9.2.0",
"fuse.js": "^6.4.1",
"mdx-prism": "^0.3.1",
"next": "9.5.1",
"next-compose-plugins": "^2.2.0",
"next-mdx-enhanced": "^3.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-use-fuzzy": "^1.0.4",
"reading-time": "^1.2.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.1",
"remark-slug": "^6.0.0",
"swr": "^0.3.5",
"theme-ui": "^0.4.0-rc.3"
},
"resolutions": {
"@theme-ui/core": "0.4.0-rc.1",
"@theme-ui/css": "0.4.0-rc.1",
"@theme-ui/mdx": "0.4.0-rc.1"
},
"devDependencies": {
"rehype": "^11.0.0"
}
}