- @standardnotes/components-meta@2.1.0 - @standardnotes/desktop@3.22.3 - @standardnotes/icons@1.4.1 - @standardnotes/mobile@3.23.1 - @standardnotes/styles@1.2.2 - @standardnotes/toast@1.2.1 - @standardnotes/web-server@1.2.7 - @standardnotes/web@3.22.3 - @standardnotes/advanced-checklist@0.0.2 - @standardnotes/markdown-hybrid@1.5.1 - @standardnotes/bold-editor@1.3.6 - @standardnotes/classic-code-editor@1.3.13 - @standardnotes/markdown-math@1.3.7 - @standardnotes/markdown-visual@1.0.8 - @standardnotes/markdown-minimal@1.3.10 - @standardnotes/rich-text@1.6.2 - @standardnotes/markdown-basic@1.4.3 - @standardnotes/simple-task-editor@1.3.11 - @standardnotes/spreadsheets@1.4.5 - @standardnotes/autobiography-theme@1.0.5 - @standardnotes/dynamic-theme@1.0.5 - @standardnotes/focus-theme@1.2.10 - @standardnotes/futura-theme@1.2.10 - @standardnotes/midnight-theme@1.2.9 - @standardnotes/solarized-dark-theme@1.2.8 - @standardnotes/titanium-theme@1.2.9 - @standardnotes/authenticator@2.0.11 - @standardnotes/inner-desktop@3.22.3
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@standardnotes/markdown-hybrid",
|
|
"private": true,
|
|
"version": "1.5.1",
|
|
"description": "A Standard Notes derived editor that offers full support for Markdown editing.",
|
|
"main": "dist/dist.js",
|
|
"author": "Standard Notes <hello@standardnotes.com>",
|
|
"license": "AGPL-3.0",
|
|
"sn": {
|
|
"main": "dist/index.html"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack serve --config webpack.dev.js --progress --hot",
|
|
"components:compile": "webpack --config webpack.prod.js",
|
|
"skip:components:lint": "eslint src --ext .js",
|
|
"components:lint:fix": "yarn lint --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.13.10",
|
|
"@babel/core": "^7.13.13",
|
|
"@babel/preset-env": "^7.13.12",
|
|
"@standardnotes/component-relay": "2.2.0",
|
|
"copy-webpack-plugin": "^8.1.0",
|
|
"css-loader": "^5.2.0",
|
|
"dompurify": "^2.2.9",
|
|
"easymde": "2.16.1",
|
|
"eslint": "*",
|
|
"file-loader": "^6.2.0",
|
|
"font-awesome": "^4.7.0",
|
|
"highlightjs": "^9.16.2",
|
|
"html-webpack-plugin": "^5.3.1",
|
|
"marked": "^2.0.7",
|
|
"mini-css-extract-plugin": "^1.4.0",
|
|
"prettier": "*",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^11.0.1",
|
|
"sn-stylekit": "3.0.1",
|
|
"webpack": "*",
|
|
"webpack-cli": "*",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^5.7.3"
|
|
}
|
|
}
|