-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 993 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": "blogs",
"version": "1.0.0",
"description": "This repository contains all the Codédex blogs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "node publish/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codedex-io/blogs.git"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codedex-io/blogs/issues"
},
"homepage": "https://github.com/codedex-io/blogs#readme",
"dependencies": {
"firebase-admin": "^11.5.0",
"gray-matter": "^4.0.3",
"next-mdx-remote": "^4.3.0",
"rehype-external-links": "^2.0.1",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
"rehype-slug": "^5.1.0",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-recommended": "^6.1.2"
}
}