allow running in node v8.x

This commit is contained in:
zema1 2018-11-21 14:30:55 +08:00
parent 13b08ba966
commit 69924950e7
3 changed files with 292 additions and 3038 deletions

3317
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,12 +22,10 @@
"iview": "^2.13.0", "iview": "^2.13.0",
"katex": "^0.10.0", "katex": "^0.10.0",
"moment": "^2.22.1", "moment": "^2.22.1",
"npm": "^6.0.1",
"papaparse": "^4.4.0", "papaparse": "^4.4.0",
"raven-js": "^3.25.0", "raven-js": "^3.25.0",
"screenfull": "^3.3.2", "screenfull": "^3.3.2",
"tiptap": "^1.0.5", "tar-simditor-markdown": "^1.2.3",
"tiptap-extensions": "^1.0.5",
"vue": "^2.5.16", "vue": "^2.5.16",
"vue-analytics": "^5.10.4", "vue-analytics": "^5.10.4",
"vue-clipboard2": "^0.2.1", "vue-clipboard2": "^0.2.1",
@ -35,7 +33,6 @@
"vue-cropper": "^0.4.6", "vue-cropper": "^0.4.6",
"vue-echarts": "^2.6.0", "vue-echarts": "^2.6.0",
"vue-i18n": "^7.7.0", "vue-i18n": "^7.7.0",
"vue-katex": "^0.1.2",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
"vuex": "^3.0.1", "vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0" "vuex-router-sync": "^5.0.0"

View File

@ -3,10 +3,10 @@
</template> </template>
<script> <script>
import Simditor from 'simditor' import Simditor from 'tar-simditor'
import 'simditor/styles/simditor.css' import 'tar-simditor/styles/simditor.css'
import 'simditor-markdown' import 'tar-simditor-markdown'
import 'simditor-markdown/styles/simditor-markdown.css' import 'tar-simditor-markdown/styles/simditor-markdown.css'
export default { export default {
name: 'Simditor', name: 'Simditor',