mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 17:13:04 +08:00
2819ca86cb
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.9.2 to 5.10.0. - [Release notes](https://github.com/tinymce/tinymce/releases) - [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md) - [Commits](https://github.com/tinymce/tinymce/commits/5.10.0/modules/tinymce) --- updated-dependencies: - dependency-name: tinymce dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.2 KiB
JSON
Vendored
47 lines
1.2 KiB
JSON
Vendored
{
|
|
"name": "listmonk",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"build-report": "vue-cli-service build --report",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@tinymce/tinymce-vue": "^3",
|
|
"axios": "^0.21.1",
|
|
"buefy": "^0.9.10",
|
|
"c3": "^0.7.20",
|
|
"codeflask": "^1.4.1",
|
|
"core-js": "^3.12.1",
|
|
"dayjs": "^1.10.4",
|
|
"humps": "^2.0.1",
|
|
"indent.js": "^0.3.5",
|
|
"qs": "^6.10.1",
|
|
"textversionjs": "^1.1.3",
|
|
"tinymce": "^5.10.0",
|
|
"turndown": "^7.0.0",
|
|
"vue": "^2.6.12",
|
|
"vue-i18n": "^8.22.2",
|
|
"vue-router": "^3.2.0",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.13",
|
|
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
"@vue/cli-plugin-router": "~4.5.13",
|
|
"@vue/cli-plugin-vuex": "~4.5.13",
|
|
"@vue/cli-service": "~4.5.13",
|
|
"@vue/eslint-config-airbnb": "^5.3.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"cypress": "8.4.1",
|
|
"cypress-file-upload": "^5.0.2",
|
|
"eslint": "^7.27.0",
|
|
"eslint-plugin-import": "^2.23.3",
|
|
"eslint-plugin-vue": "^7.9.0",
|
|
"sass": "^1.34.0",
|
|
"sass-loader": "^10.2.0",
|
|
"vue-template-compiler": "^2.6.12"
|
|
}
|
|
}
|