-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.31 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "revelo",
"version": "0.0.60",
"description": "CLI for creating great & easy text based presentations",
"main": "index.js",
"bin": {
"revelo": "bin/cli"
},
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "cross-env NODE_ENV=development rollup -c && npm link",
"build": "cross-env NODE_ENV=production rollup -c && npm link",
"format": "prettier --write '**/*.{js,ts}'",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puntorigen/revelo.git"
},
"keywords": [
"revelo",
"cli",
"reveal",
"slides",
"presentation"
],
"author": "Pablo Schaffner",
"license": "MIT",
"bugs": {
"url": "https://github.com/puntorigen/revelo/issues"
},
"homepage": "https://github.com/puntorigen/revelo#readme",
"dependencies": {
"@concepto/console": "^1.2.67",
"@datatraccorporation/markdown-it-mermaid": "github:DatatracCorporation/markdown-it-mermaid",
"@gumlet/gif-resize": "^1.3.1",
"@types/cheerio": "^0.22.31",
"ansi-escapes": "^5.0.0",
"capitalize": "^2.0.4",
"cheerio": "^1.0.0-rc.10",
"chromium-all-codecs-bin": "^0.1.0",
"cli-progress": "^3.9.1",
"colors": "^1.4.0",
"connect-livereload": "^0.6.1",
"decode-html": "^2.0.0",
"dotenv": "^16.0.0",
"download-file-with-progressbar": "^1.2.3",
"event-emitter-es6": "^1.1.5",
"express": "^4.18.1",
"extract-zip": "^2.0.1",
"extractjs": "^0.3.1",
"fastify": "^3.29.0",
"ffmpeg-static": "^5.0.0",
"find-root": "^1.1.0",
"fs-extra": "^10.0.0",
"livereload": "^0.9.3",
"localtunnel": "^2.0.2",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4",
"markdown-it-attrs": "^4.1.4",
"markdown-it-custom-block": "^0.1.2",
"markdown-it-emoji": "^2.0.2",
"markdown-it-front-matter": "^0.2.3",
"markdown-it-imsize": "^2.0.1",
"markdown-it-include": "^2.0.0",
"markdown-it-multimd-table": "^4.1.3",
"markdown-it-regexp": "^0.4.0",
"markdown-it-revealjs": "^1.0.0",
"markdown-it-span": "^1.0.0",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-video": "^0.6.3",
"node-emoji": "^1.11.0",
"node-pexels": "^2.0.1",
"node-watch": "^0.7.3",
"open": "^8.4.0",
"patch-package": "^6.4.7",
"picomatch": "^2.3.1",
"pretty-ms": "^7.0.1",
"prompts": "^2.4.2",
"puppeteer": "^14.2.1",
"puppeteer-core": "^14.2.1",
"puppeteer-screen-recorder": "^2.0.2",
"qid": "^0.9.12",
"reading-time": "^1.5.0",
"simple-encryptor": "^4.0.0",
"tiny-cli-editor": "^0.1.1",
"tiny-timer": "^1.6.0",
"tmp": "^0.2.1",
"tree-kill": "^1.2.2",
"ts-enum-util": "^4.0.2",
"ts-transformer-keys": "^0.4.3",
"yaml": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/node": "^16.11.11",
"cross-env": "^7.0.2",
"jsdoc-to-markdown": "^7.0.0",
"rollup": "^2.23.1",
"rollup-plugin-typescript2": "^0.31.1",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
},
"scarfSettings": {
"enabled": false
},
"directories": {
"example": "example",
"lib": "lib"
}
}