-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
42 lines (42 loc) · 1.32 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
{
"name": "projects",
"version": "1.0.0",
"description": "<div align=\"center\"> <h1>🚀 Codédex Projects</h1> <strong>The best programming tutorials on the web.</strong><br> <strong>Built by developers, for developers.</strong> </div> <br>",
"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/projects.git"
},
"type": "module",
"keywords": [],
"author": "Codédex",
"license": "ISC",
"bugs": {
"url": "https://github.com/codedex-io/projects/issues"
},
"homepage": "https://github.com/codedex-io/projects#readme",
"dependencies": {
"firebase-admin": "^13.0.2",
"gray-matter": "^4.0.3",
"hastscript": "^7.2.0",
"next-mdx-remote": "^4.3.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.0.1",
"rehype-highlight": "^5.0.2",
"rehype-katex": "^6.0.3",
"rehype-rewrite": "^3.0.6",
"rehype-slug": "^5.0.1",
"remark": "^14.0.2",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-lint-list-item-indent": "^3.1.1",
"remark-math": "^5.1.1",
"remark-mdx": "^2.1.2",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-recommended": "^6.1.2"
}
}