1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-27 23:57:17 +00:00

use codemirror

This commit is contained in:
Dick Choi
2016-10-03 22:28:13 +09:00
parent 041232fbdd
commit 90b490c28b
17 changed files with 217 additions and 1079 deletions

View File

@@ -44,8 +44,8 @@
"homepage": "https://b00st.io",
"dependencies": {
"@rokt33r/markdown-it-math": "^4.0.1",
"ace-builds": "git+https://git@github.com/ajaxorg/ace-builds.git",
"devicon": "^2.0.0",
"@rokt33r/season": "^5.3.0",
"codemirror": "^5.19.0",
"electron-gh-releases": "^2.0.2",
"font-awesome": "^4.3.0",
"highlight.js": "^9.3.0",
@@ -60,7 +60,6 @@
"moment": "^2.10.3",
"node-ipc": "^8.1.0",
"sander": "^0.5.1",
"@rokt33r/season": "^5.3.0",
"superagent": "^1.2.0",
"superagent-promise": "^1.0.3"
},
@@ -69,6 +68,7 @@
"babel-core": "^6.14.0",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-webpack-alias": "^2.1.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
@@ -77,7 +77,7 @@
"devtron": "^1.1.0",
"dom-storage": "^2.0.2",
"electron-packager": "^6.0.0",
"electron-prebuilt": "^1.3.6",
"electron-prebuilt": "^1.2.8",
"faker": "^3.1.0",
"grunt": "^0.4.5",
"grunt-electron-installer": "^1.2.0",