| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "markdown-viewer",
- "version": "0.0.0",
- "description": "Markdown Viewer / Browser Extension",
- "private": true,
- "keywords": [],
- "license": "MIT",
- "homepage": "https://github.com/simov/markdown-viewer",
- "author": "Simeon Velichkov <[email protected]> (https://simov.github.io)",
- "repository": {
- "type": "git",
- "url": "https://github.com/simov/markdown-viewer.git"
- },
- "dependencies": {
- "@material/button": "^0.37.0",
- "@material/elevation": "^0.36.1",
- "@material/list": "^0.37.0",
- "@material/ripple": "^0.37.0",
- "@material/switch": "^0.36.1",
- "@material/tabs": "^0.37.0",
- "@material/textfield": "^0.37.0",
- "@material/theme": "^0.35.0",
- "@material/toolbar": "^0.37.0",
- "@material/typography": "^0.35.0",
- "marked": "^0.4.0",
- "mithril": "^1.1.6",
- "prismjs": "^1.15.0",
- "remark": "^9.0.0",
- "remark-frontmatter": "^1.2.0",
- "remark-html": "^7.0.0",
- "remark-slug": "^5.0.0"
- },
- "devDependencies": {
- "babel-cli": "^6.26.0",
- "babel-preset-env": "^1.7.0",
- "csso-cli": "^1.1.0",
- "iconv-lite": "^0.4.23",
- "mocha": "^5.2.0",
- "node-sass": "^4.9.0",
- "puppeteer": "^1.4.0",
- "rollup": "^0.62.0",
- "rollup-plugin-commonjs": "^9.1.3",
- "rollup-plugin-node-resolve": "^3.3.0"
- },
- "bin": {},
- "main": "",
- "files": [],
- "scripts": {
- "test": "mocha --timeout 100000000 --slow 400",
- "debug": "mocha --inspect-brk --timeout 100000000",
- "build:mdc": "./build/mdc/mdc.sh",
- "build:prism": "node build/prism/"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- }
|