-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "dead_weight",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "nodemon index --config nodemon_config.json"
},
"author": "Pedro Medeiros de Almeida",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.11",
"chokidar": "^3.5.1",
"emoji-regex": "^10.1.0",
"express": "^4.17.3",
"fs-extra": "^10.0.1",
"jsdom": "^16.5.3",
"markdown-it": "^12.0.6",
"markdown-it-anchor": "^7.1.0",
"markdown-it-attrs": "^4.0.0",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-container-pandoc": "^1.0.0",
"markdown-it-github-headings": "^2.0.0",
"markdown-it-header-sections": "^1.0.0",
"markdown-it-meta": "0.0.1",
"markdown-it-multimd-table": "^4.1.0",
"markdown-it-shortcode-tag": "^1.1.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-done-right": "^4.2.0",
"moment": "^2.29.2",
"node": "^16.14.0",
"nodemon": "^2.0.7",
"uslug": "^1.0.4"
}
}