secst
Version:
SECST is a semantic, extensible, computational, styleable tagged markup language. You can use it to joyfully create compelling, interactive documents backed by HTML.
62 lines (61 loc) • 1.8 kB
JSON
{
"name": "secst",
"version": "0.0.3a",
"description": "SECST is a semantic, extensible, computational, styleable tagged markup language. You can use it to joyfully create compelling, interactive documents backed by HTML.",
"type": "module",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production && node secst index.sct",
"build-dev": "webpack --mode=development --watch && node secst index.sct",
"build-client-dev": "webpack --mode=development --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anywhichway/secst.git"
},
"keywords": [
"Markdown",
"HTML",
"markup",
"semantic",
"computational",
"styleable",
"Lia",
"LiaScript"
],
"author": "Simon Y. Blackwell",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/anywhichway/secst/issues"
},
"homepage": "https://github.com/anywhichway/secst#readme",
"dependencies": {
"@anywhichway/autohelm": "^0.0.34",
"@anywhichway/quick-worker": "^0.0.3",
"@types/node": "^18.11.9",
"cross-fetch": "^3.1.5",
"emoji-mart": "^5.3.3",
"glob": "^8.0.3",
"happy-dom": "^7.7.0",
"highlight.js": "^11.7.0",
"jsdom": "^20.0.3",
"json5": "^2.2.1",
"katex": "^0.16.3",
"mathjax-full": "^3.2.2",
"pegjs": "^0.10.0",
"string-replace-async": "^3.0.2",
"xregexp": "^5.1.1"
},
"devDependencies": {
"@rollup/plugin-json": "^5.0.1",
"rollup": "^3.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"terser-webpack-plugin": "^5.3.6",
"v8-profiler-node8": "^6.4.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-node-externals": "^3.0.0"
}
}