-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 920 Bytes
/
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
{
"name": "syzoj-renderer",
"version": "1.2.5",
"description": "SYZOJ's renderer for markdown, math and highlight",
"scripts": {
"build": "rm -rf ./dist; babel -d ./dist ./src",
"prepublish": "yarn run build"
},
"main": "dist/index.js",
"repository": "https://github.com/syzoj/syzoj-renderer",
"author": "Menci <huanghaorui301@gmail.com>",
"license": "MIT",
"dependencies": {
"@syntect/node": "^0.0.4",
"babel-runtime": "^6.26.0",
"cheerio": "^1.0.0-rc.10",
"escape-html": "^1.0.3",
"markdown-it": "^8.4.2",
"markdown-it-math-loose": "^4.1.1",
"markdown-it-merge-cells": "^1.0.0",
"mathjax-full": "^3.2.0",
"object-assign-deep": "^0.4.0",
"object-hash": "^1.3.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"redis": "^2.8.0"
}
}