1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge branch 'master' into gallery

This commit is contained in:
Baptiste Augrain
2018-11-25 16:05:27 +01:00
67 changed files with 220171 additions and 116 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "boost",
"productName": "Boostnote",
"version": "0.11.10",
"version": "0.11.11",
"main": "index.js",
"description": "Boostnote",
"license": "GPL-3.0",
@@ -12,10 +12,11 @@
"jest": "jest",
"fix": "eslint . --fix",
"lint": "eslint .",
"dev": "node dev-scripts/dev.js"
"dev": "node dev-scripts/dev.js",
"watch": "webpack-dev-server --hot"
},
"config": {
"electron-version": "3.0.3"
"electron-version": "3.0.8"
},
"repository": {
"type": "git",
@@ -47,6 +48,7 @@
},
"homepage": "https://boostnote.io",
"dependencies": {
"@enyaxu/markdown-it-anchor": "^5.0.2",
"@rokt33r/markdown-it-math": "^4.0.1",
"@rokt33r/season": "^5.3.0",
"@susisu/mte-kernel": "^2.0.0",
@@ -80,7 +82,6 @@
"markdown-it-imsize": "^2.0.1",
"markdown-it-kbd": "^1.1.1",
"markdown-it-multimd-table": "^2.0.1",
"markdown-it-named-headers": "^0.0.4",
"markdown-it-plantuml": "^1.1.0",
"markdown-it-smartarrows": "^1.0.1",
"markdown-it-sub": "^1.0.0",
@@ -106,10 +107,11 @@
"sander": "^0.5.1",
"sanitize-html": "^1.18.2",
"striptags": "^2.2.1",
"turndown": "^4.0.2",
"turndown-plugin-gfm": "^1.0.2",
"typo-js": "^1.0.3",
"unique-slug": "2.0.0",
"uuid": "^3.2.1",
"turndown":"^4.0.2",
"turndown-plugin-gfm":"^1.0.2"
"uuid": "^3.2.1"
},
"devDependencies": {
"ava": "^0.25.0",
@@ -131,7 +133,7 @@
"css-loader": "^0.19.0",
"devtron": "^1.1.0",
"dom-storage": "^2.0.2",
"electron": "3.0.3",
"electron": "3.0.8",
"electron-packager": "^12.0.0",
"eslint": "^3.13.1",
"eslint-config-standard": "^6.2.1",