UNPKG

2.46 kBJSONView Raw
1{
2 "name": "mume-with-litvis",
3 "version": "0.19.1",
4 "description": "Fork of mume with added http://litvis.org/",
5 "keywords": [
6 "markdown"
7 ],
8 "repository": "https://github.com/gicentre/mume-with-litvis",
9 "license": "BSD-3, NCSA",
10 "contributors": [
11 "shd101wyy",
12 "kachkaev"
13 ],
14 "files": [
15 "dependencies",
16 "docs",
17 "out",
18 "styles"
19 ],
20 "main": "out/src/mume.js",
21 "typings": "out/src/mume.d.ts",
22 "scripts": {
23 "build": "tsc --project .",
24 "build:watch": "tsc --project . --watch",
25 "check": "npm run check:prettier && npm run check:tsc && npm run check:tslint",
26 "check:prettier": "prettier --check \"**/*.*\"",
27 "check:tsc": "tsc --project . --noEmit",
28 "check:tslint": "tslint --project .",
29 "fix": "npm run fix:tslint && npm run fix:prettier",
30 "fix:prettier": "prettier --write \"**/*.*\"",
31 "fix:tslint": "tslint --fix --project .",
32 "prepare": "npm run build",
33 "test": "jest --no-coverage",
34 "test:coverage": "jest"
35 },
36 "husky": {
37 "hooks": {
38 "pre-commit": "lint-staged"
39 }
40 },
41 "lint-staged": {
42 "**/*.*": [
43 "prettier --write",
44 "git add"
45 ]
46 },
47 "dependencies": {
48 "apache-arrow": "^0.13.0",
49 "babyparse": "^0.4.6",
50 "block-attributes": "^0.2.0",
51 "block-info": "^0.2.0",
52 "cheerio": "^1.0.0-rc.3",
53 "chrome-location": "^1.2.1",
54 "fs-extra": "^8.0.1",
55 "imagemagick-cli": "^0.5.0",
56 "js-yaml": "^3.13.1",
57 "less": "^3.9.0",
58 "litvis-integration-mume": "^0.9.0",
59 "lodash": "^4.17.15",
60 "mkdirp": "^0.5.1",
61 "node-fetch": "^2.6.0",
62 "puppeteer-core": "1.15.0",
63 "qiniu": "^7.2.2",
64 "request": "^2.88.0",
65 "slash": "^2.0.0",
66 "temp": "^0.9.0",
67 "to-vfile": "^6.0.0",
68 "twemoji": "^12.0.4",
69 "uslug": "^1.0.4",
70 "vega-loader": "^4.1.0",
71 "vfile": "^4.0.1",
72 "yamljs": "^0.3.0"
73 },
74 "devDependencies": {
75 "@types/cheerio": "^0.22.11",
76 "@types/jest": "^24.0.15",
77 "@types/jquery": "^3.3.29",
78 "@types/less": "^3.0.0",
79 "@types/lru-cache": "^4.1.0",
80 "@types/markdown-it": "0.0.4",
81 "@types/node": "^12.0.10",
82 "@types/uslug": "^1.0.0",
83 "@types/vfile": "^3.0.2",
84 "husky": "^3.0.8",
85 "jest": "^24.8.0",
86 "lint-staged": "^9.4.1",
87 "prettier": "^1.18.2",
88 "prettier-plugin-packagejson": "^2.0.1",
89 "ts-jest": "^24.0.2",
90 "tslint": "^5.18.0",
91 "tslint-config-prettier": "^1.18.0",
92 "typescript": "^3.6.3"
93 }
94}