-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.26 KB
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
{
"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_ENV=production node publish/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codedex-io/blogs.git"
},
"type": "module",
"keywords": [],
"author": "Codédex",
"license": "ISC",
"bugs": {
"url": "https://github.com/codedex-io/blogs/issues"
},
"homepage": "https://github.com/codedex-io/blogs#readme",
"dependencies": {
"firebase-admin": "^13.0.2",
"gray-matter": "^4.0.3",
"hastscript": "^9.0.1",
"meilisearch": "^0.51.0",
"next-mdx-remote": "^6.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-rewrite": "^4.0.4",
"rehype-slug": "^6.0.0",
"remark": "^14.0.2",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-lint-list-item-indent": "^3.1.1",
"remark-math": "^6.0.0",
"remark-mdx": "^2.1.2",
"remark-preset-lint-consistent": "^6.0.1",
"remark-preset-lint-recommended": "^7.0.1",
"unist-util-visit": "^5.1.0"
}
}