mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 09:02:36 +08:00
d439ecfd84
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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": "^1.6.0",
|
|
"buefy": "^0.9.10",
|
|
"c3": "^0.7.20",
|
|
"codeflask": "^1.4.1",
|
|
"core-js": "^3.12.1",
|
|
"dayjs": "^1.10.4",
|
|
"indent.js": "^0.3.5",
|
|
"qs": "^6.10.1",
|
|
"textversionjs": "^1.1.3",
|
|
"tinymce": "^5.10.8",
|
|
"turndown": "^7.0.0",
|
|
"vue": "^2.6.12",
|
|
"vue-i18n": "^8.22.2",
|
|
"vue-router": "^3.2.0",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.3",
|
|
"@babel/eslint-parser": "^7.23.3",
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
"@vue/cli-plugin-router": "~5.0.8",
|
|
"@vue/cli-plugin-vuex": "~5.0.8",
|
|
"@vue/cli-service": "~5.0.8",
|
|
"@vue/eslint-config-airbnb": "^5.3.0",
|
|
"cypress": "10.10.0",
|
|
"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"
|
|
}
|
|
}
|