smartdown
Version:
A library for translating, rendering and interacting with Smartdown documents. Smartdown is an extension of Markdown that provides richer media support and reactive programming capability.
124 lines (123 loc) • 4.63 kB
JSON
{
"name": "smartdown",
"version": "1.0.79",
"description": "A library for translating, rendering and interacting with Smartdown documents. Smartdown is an extension of Markdown that provides richer media support and reactive programming capability.",
"main": "dist/lib/smartdown.js",
"scripts": {
"makeCert": "cd ssl/ && ./makeCert.sh",
"clean": "rm -rf ./dist/ ./distdoc/ ./out/",
"doc": "npm run builddoc && cd distdoc/ && ln -fs . ./doc && ln -fs . ./smartdown && (sleep 1 && open http://127.0.0.1:4001/smartdown/doc/ &) && http-server -c-1 -p 4001 .",
"rmdsstore": "find . -name '.DS_Store' -print -delete",
"pack": "npm run rmdsstore && npm run build && npm run builddoc && npm pack",
"analyze": "npm run clean && BUILD=analyze node_modules/.bin/webpack --progress",
"devdoc": "node doc/build.js",
"builddoc": "doc/build.sh",
"testdoc": "npm run builddoc && http-server -c-1 -o distdoc/doc",
"buildnoclean": "BUILD=production node_modules/.bin/webpack --progress",
"build": "npm run clean && npm run builddoc && npm run buildnoclean",
"devbuild": "npm run buildnoclean && (mkdir devdist/ && mv dist devdist/smartdown/ && mv devdist dist) && npm run serve",
"serve": "http-server --cors -p 4000 -c-1 -S -C ./ssl/cert.crt -K ./ssl/cert.key dist",
"ghpublish": "./publish.sh",
"watch": "BUILD=development node_modules/.bin/webpack --devtool=source-map --watch --progress",
"dev": "(npm run serve &) && npm run watch",
"lint": "node_modules/.bin/eslint 'src/**.js' 'src/**.ts'",
"linttest": "node_modules/.bin/eslint test/*.js test/*/*.js",
"test": "npm run test:unit && npm run test:e2e",
"test:e2e": "node_modules/.bin/nightwatch",
"test:unit": "NODE_ENV=production BUILD=test instant-mocha --require test/mocha-setup.js test/mocha/*.spec.js"
},
"files": [
"dist/lib",
"dist/doc"
],
"repository": {
"type": "git",
"url": "git+https://github.com/smartdown/smartdown.git"
},
"keywords": [
"markdown",
"smartdown",
"marked",
"p5js",
"mathjax"
],
"author": "Daniel Keith <dan@quantumclay.com> (https://doctorbud.com)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/smartdown/smartdown/issues"
},
"homepage": "https://github.com/smartdown/smartdown#readme",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-umd": "7.27.1",
"@babel/plugin-transform-runtime": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"autoprefixer": "^10.4.21",
"babel-eslint": "^10.1.0",
"babel-loader": "^10.0.0",
"chromedriver": "^141.0.2",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "7.1.2",
"docma": "^3.2.2",
"eslint": "^9.37.0",
"eslint-plugin-import": "^2.32.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^9.0.1",
"fs-extra": "^11.3.2",
"html-webpack-plugin": "^5.6.4",
"http-server": "^14.1.1",
"instant-mocha": "^1.5.3",
"jsdom": "^27.0.0",
"mini-css-extract-plugin": "^2.9.4",
"mkcert": "^3.2.0",
"nightwatch": "^3.12.2",
"node-sass": "^9.0.0",
"null-loader": "^4.0.1",
"postcss-loader": "8.2.0",
"postcss-smart-import": "^0.7.6",
"precss": "^4.0.0",
"sass-loader": "^16.0.5",
"source-map": "^0.7.6",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"typescript": "5.9.3",
"webpack": "^5.102.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@babel/runtime": "^7.28.4",
"@stdlib/dist-datasets-sotu": "0.0.96",
"@stdlib/dist-datasets-tree-exclude": "0.0.96",
"@stdlib/dist-tree": "0.0.96",
"@types/linkify-it": "^5.0.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"axios": "^1.12.2",
"base64-js": "^1.5.1",
"brython": "^3.14.0",
"dompurify": "^3.2.7",
"emoji-js": "^3.9.0",
"file-saver": "^2.0.5",
"gifffer": "^1.5.4",
"highlight.js": "^11.11.1",
"ieee754": "^1.2.1",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"marked": "^3.0.8",
"p5": "^1.9.3",
"path-browserify": "^1.0.1",
"smartdown-gallery": "0.0.86",
"smoothscroll-polyfill": "^0.4.4",
"stacktrace-js": "^2.0.2",
"vdom-to-html": "^2.3.1",
"virtual-dom": "^2.1.1",
"viz.js": "^2.1.2",
"web-audio-mock-api": "^1.0.0"
}
}