mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 09:02:36 +08:00
c48fe973e2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45 lines
1.2 KiB
JSON
Vendored
45 lines
1.2 KiB
JSON
Vendored
{
|
|
"name": "listmonk",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore src",
|
|
"prebuild": "eslint --ext .js,.vue --ignore-path .gitignore src"
|
|
},
|
|
"dependencies": {
|
|
"@tinymce/tinymce-vue": "^3",
|
|
"axios": "^1.6.2",
|
|
"buefy": "^0.9.25",
|
|
"bulma": "^0.9.4",
|
|
"chart.js": "^4.4.1",
|
|
"codeflask": "^1.4.1",
|
|
"dayjs": "^1.11.10",
|
|
"indent.js": "^0.3.5",
|
|
"qs": "^6.10.1",
|
|
"textversionjs": "^1.1.3",
|
|
"tinymce": "^5.10.9",
|
|
"turndown": "^7.1.2",
|
|
"vue": "^2.7.14",
|
|
"vue-chartjs": "^5.3.0",
|
|
"vue-i18n": "^8.28.2",
|
|
"vue-router": "^3.2.0",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue2": "^2.3.1",
|
|
"@vue/eslint-config-airbnb": "^7.0.1",
|
|
"cypress": "13.6.1",
|
|
"cypress-file-upload": "^5.0.2",
|
|
"eslint": "^8.56.0",
|
|
"eslint-define-config": "^2.0.0",
|
|
"eslint-plugin-import": "^2.23.3",
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
"sass": "^1.34.0",
|
|
"vite": "^5.0.13",
|
|
"vue-eslint-parser": "^9.3.2",
|
|
"vue-template-compiler": "^2.6.12"
|
|
}
|
|
}
|