-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 802 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 802 Bytes
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
{
"name": "webslides.md",
"version": "0.2.4",
"description": "Integration of Webslides and Markdown.",
"main": "dist/webslides.js",
"repository": {
"type": "git",
"url": "https://github.com/xitu/webslides.md"
},
"scripts": {
"start": "npm run doc",
"doc": "node build.js",
"build": "mode=production node build.js",
"build:doc": "mode=doc node build.js",
"prepublishOnly": "npm run build & npm run build:doc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "akira-cn",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.14.28",
"eslint": "^8.12.0",
"eslint-config-sprite": "^1.0.6"
},
"dependencies": {
"katex": "^0.15.3",
"marked": "^4.0.12",
"prismjs": "^1.27.0",
"webslides": "^1.5.0"
}
}