| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "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.1",
- "@material/ripple": "^0.37.1",
- "@material/switch": "^0.36.1",
- "@material/tabs": "^0.37.1",
- "@material/textfield": "^0.37.1",
- "marked": "^0.8.0",
- "mithril": "^1.1.6",
- "prismjs": "^1.17.1",
- "remark": "^11.0.2",
- "remark-breaks": "^1.0.3",
- "remark-frontmatter": "^1.3.2",
- "remark-html": "^10.0.0",
- "remark-slug": "^5.1.2"
- },
- "devDependencies": {
- "babel-cli": "^6.26.0",
- "babel-preset-env": "^1.7.0",
- "browserify": "^16.2.3",
- "csso-cli": "^2.0.2",
- "iconv-lite": "^0.4.24",
- "mocha": "^5.2.0",
- "node-sass": "^4.11.0",
- "puppeteer": "1.5.0",
- "rollup": "^1.1.0",
- "rollup-plugin-commonjs": "^9.2.0",
- "rollup-plugin-node-resolve": "^4.0.0",
- "terser": "^3.14.1",
- "uglify-js": "^3.6.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/",
- "build:remark": "./build/remark/build.sh",
- "build:themes": "./build/themes/themes.sh"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- }
|