foremark
Version:
A technology for writing semi-plain text documents that extends upon the concept of Markdeep.
65 lines (64 loc) • 1.93 kB
JSON
{
"name": "foremark",
"version": "0.4.3",
"description": "A technology for writing semi-plain text documents that extends upon the concept of Markdeep.",
"main": "dist/index.js",
"unpkg": "browser/",
"homepage": "https://foremark.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/Foremark/Foremark.git"
},
"bugs": {
"url": "https://github.com/Foremark/Foremark/issues"
},
"dependencies": {},
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/fetch-jsonp": "^1.0.0",
"@types/highlight.js": "^9.12.3",
"@types/katex": "^0.11.0",
"@types/node": "^13.5.0",
"bind-decorator": "^1.0.11",
"classnames": "^2.2.6",
"css-loader": "^3.4.2",
"describe-wasm": "^0.1.5",
"fetch-jsonp": "^1.1.3",
"file-loader": "^5.0.2",
"get-stdin": "^7.0.0",
"git-revision-webpack-plugin": "^3.0.3",
"highlight.js": "^9.13.1",
"jsdom": "^16.0.1",
"katex": "0.11.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"license-webpack-plugin": "^2.0.4",
"mocha": "^7.0.1",
"preact": "^10.0.0",
"string-replace-loader": "^2.1.1",
"style-loader": "^0.23.1",
"taskfile": "^0.10.0",
"terser-webpack-plugin": "^2.3.2",
"ts-loader": "^6.2.1",
"typedoc": "^0.16.9",
"typescript": "^3.2.2",
"url-loader": "^3.0.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
},
"scripts": {
"test": "taskfile test",
"start": "taskfile start",
"doc": "taskfile doc",
"prepublishOnly": "rm -rf browser dist && npm run build",
"build": "taskfile build",
"build:wasm": "taskfile build:wasm",
"build:browser": "taskfile build:browser",
"build:cargo-license": "taskfile build:cargo-license",
"build:dist": "taskfile build:dist"
},
"author": "yvt <i@yvt.jp>",
"license": "BSD-2-Clause"
}