forked from yhatt/marp
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.76 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.76 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
63
64
65
66
67
68
{
"name": "marp",
"version": "0.0.14",
"private": true,
"description": "Markdown Presentation Writer (Powered by Electron)",
"productName": "Marp",
"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"
},
"author": "Yuki Hattori",
"license": "MIT",
"devDependencies": {
"coffeescript": "^2.6.1",
"del": "^6.0.0",
"electron": "1.8.8",
"electron-packager": "15.4.0",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-cssnano": "^2.1.3",
"gulp-gzip": "^1.4.2",
"gulp-install": "^1.1.0",
"gulp-load-plugins": "^2.0.7",
"gulp-plist": "^0.9.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tar": "^3.1.0",
"gulp-uglify-es": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^5.1.0",
"mkdirp": "^1.0.4",
"run-sequence": "^2.2.1",
"sass": "^1.49.7"
},
"dependencies": {
"codemirror": "^5.65.1",
"escape-string-regexp": "^5.0.0",
"extend": "^3.0.2",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.4.0",
"iconv-lite": "^0.6.3",
"jquery": "^3.6.0",
"js-string-escape": "^1.0.1",
"jschardet": "^3.0.0",
"katex": "^0.15.2",
"markdown-it": "^12.3.2",
"markdown-it-emoji": "^2.0.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-mark": "^3.0.1",
"natives": "^1.1.6",
"path": "^0.12.7",
"photon": "github:MauriceConrad/photon",
"pygments": "^0.2.1",
"require-reload": "^0.2.2",
"str-replace-all": "^0.3.0",
"twemoji": "^13.1.0"
},
"optionalDependencies": {
"appdmg": "^0.6.2"
}
}