35 lines
975 B
JSON
35 lines
975 B
JSON
{
|
|
"name": "sn-fancy-markdown-editor",
|
|
"version": "1.3.5",
|
|
"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",
|
|
"@standardnotes/component-relay": "2.2.0",
|
|
"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-uglify": "^5.0.1",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-newer": "^1.3.0",
|
|
"grunt-remove-comments": "^0.1.6",
|
|
"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-stylekit": "2.0.20"
|
|
}
|
|
}
|