mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-27 23:57:17 +00:00
Merge v0.5.11
Conflicts: browser/main/index.js package.json
This commit is contained in:
23
package.json
23
package.json
@@ -26,23 +26,28 @@
|
||||
"electron"
|
||||
],
|
||||
"author": "Dick Choi <fluke8259@gmail.com> (https://github.com/Rokt33r)",
|
||||
"contributors": [
|
||||
"dojineko (https://github.com/dojineko)",
|
||||
"Romain Bazile (https://github.com/gromain)",
|
||||
"Bruno Paz (https://github.com/brpaz)"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/BoostIO/Boostnote/issues"
|
||||
},
|
||||
"homepage": "https://b00st.io",
|
||||
"dependencies": {
|
||||
"@rokt33r/markdown-it-math": "^4.0.1",
|
||||
"@rokt33r/node-ipc": "^5.0.4",
|
||||
"@rokt33r/sanitize-html": "^1.11.2",
|
||||
"devicon": "^2.0.0",
|
||||
"electron-gh-releases": "^2.0.2",
|
||||
"font-awesome": "^4.3.0",
|
||||
"fs-jetpack": "^0.7.0",
|
||||
"highlight.js": "^8.9.1",
|
||||
"highlight.js": "^9.3.0",
|
||||
"lodash": "^3.10.1",
|
||||
"markdown-it": "^4.4.0",
|
||||
"markdown-it": "^6.0.1",
|
||||
"markdown-it-checkbox": "^1.1.0",
|
||||
"markdown-it-emoji": "^1.1.0",
|
||||
"markdown-it-math": "^3.0.2",
|
||||
"markdown-it-emoji": "^1.1.1",
|
||||
"md5": "^2.0.0",
|
||||
"moment": "^2.10.3",
|
||||
"season": "^5.3.0",
|
||||
@@ -62,7 +67,6 @@
|
||||
"electron-release": "^2.2.0",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-electron-installer": "^1.2.0",
|
||||
"grunt-electron-installer-debian": "^0.2.0",
|
||||
"history": "^1.17.0",
|
||||
"nib": "^1.1.0",
|
||||
"react": "^0.14.3",
|
||||
@@ -70,16 +74,21 @@
|
||||
"react-dom": "^0.14.3",
|
||||
"react-redux": "^4.0.6",
|
||||
"redux": "^3.0.5",
|
||||
"standard": "^5.3.1",
|
||||
"standard": "^6.0.8",
|
||||
"style-loader": "^0.12.4",
|
||||
"stylus": "^0.52.4",
|
||||
"stylus-loader": "^1.3.1",
|
||||
"webpack": "^1.12.2",
|
||||
"webpack-dev-server": "^1.12.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"grunt-electron-installer-debian": "^0.2.0"
|
||||
},
|
||||
"optional": false,
|
||||
"standard": {
|
||||
"ignore": [],
|
||||
"ignore": [
|
||||
"submodules"
|
||||
],
|
||||
"globals": [
|
||||
"localStorage"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user