forked from vittorioromeo/marp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.64 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.64 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "Marp",
"version": "0.0.11",
"description": "Markdown Presentation Writer (Powered by Electron)",
"repository": {
"type": "git",
"url": "https://github.com/yhatt/marp"
},
"main": "main.js",
"scripts": {
"start": "gulp compile && electron . --development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Yuki Hattori",
"license": "MIT",
"devDependencies": {
"coffee-script": "^1.10.0",
"del": "^3.0.0",
"electron": "1.8.4",
"electron-packager": "12.0.1",
"glob": "^7.0.0",
"gulp": "^3.9.0",
"gulp-coffee": "^3.0.2",
"gulp-cssnano": "^2.1.1",
"gulp-gzip": "^1.2.0",
"gulp-install": "^1.1.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plist": "^0.1.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-tar": "^2.1.0",
"gulp-uglify-es": "^1.0.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^4.1.0",
"mkdirp": "^0.5.1",
"run-sequence": "^2.2.1"
},
"dependencies": {
"codemirror": "^5.31.0",
"escape-string-regexp": "^1.0.5",
"extend": "^3.0.1",
"github-markdown-css": "^2.9.0",
"highlight.js": "^9.12.0",
"iconv-lite": "^0.4.19",
"jquery": "^3.2.1",
"js-string-escape": "^1.0.1",
"jschardet": "^1.6.0",
"katex": "^0.9.0-alpha1",
"markdown-it": "^8.4.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-mark": "^2.0.0",
"path": "^0.12.7",
"photon": "github:connors/photon",
"pygments": "^0.2.1",
"require-reload": "^0.2.2",
"str-replace-all": "^0.3.0",
"twemoji": "^2.5.0"
}
}