* wip: component viewer * feat: get component status from component viewer * feat: native components * fix: remove unused property * fix: remove unused func * chore(deps): snjs 2.29.0 * fix: import location * feat: native components * fix: remove unused func * feat: component viewer (#781) * wip: component viewer * feat: get component status from component viewer * fix: remove unused property * chore(deps): snjs 2.29.0 * fix: import location * chore: use cp instead of webpack copy * fix: types * chore: misc
33 lines
885 B
JSON
33 lines
885 B
JSON
{
|
|
"name": "sn-fancy-markdown-editor",
|
|
"version": "1.3.4",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Standard Notes",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.7",
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/preset-env": "^7.7.7",
|
|
"draggabilly": "^2.2.0",
|
|
"grunt": "^1.0.4",
|
|
"grunt-babel": "^8.0.0",
|
|
"grunt-browserify": "^5.3.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-newer": "^1.3.0",
|
|
"katex": "^0.11.1",
|
|
"markdown-it": "^10.0.0",
|
|
"markdown-it-footnote": "^3.0.2",
|
|
"markdown-it-sub": "^1.0.0",
|
|
"markdown-it-sup": "^1.0.0",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"sn-components-api": "1.2.8",
|
|
"sn-stylekit": "2.0.20"
|
|
}
|
|
}
|