mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 14:51:57 +00:00
855cb40c2f
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.0 to 2.9.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
909 B
JSON
38 lines
909 B
JSON
{
|
|
"name": "swirl",
|
|
"version": "0.9.0",
|
|
"license": "MIT",
|
|
"author": "noname@live.com https://github.com/cuigh",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^7.1.1",
|
|
"axios": "^0.22.0",
|
|
"codemirror": "^5.64.0",
|
|
"dragula": "^3.7.3",
|
|
"echarts": "^5.2.1",
|
|
"highlight.js": "^11.2.0",
|
|
"vue": "^3.2.16",
|
|
"vue-i18n": "^9.2.0-beta.23",
|
|
"vue-router": "4",
|
|
"vuex": "^4.0.2",
|
|
"xterm": "^4.15.0",
|
|
"xterm-addon-attach": "^0.6.0",
|
|
"xterm-addon-fit": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/codemirror": "^5.60.5",
|
|
"@types/dragula": "^3.7.1",
|
|
"@vicons/ionicons5": "^0.11.0",
|
|
"@vitejs/plugin-vue": "^1.9.3",
|
|
"naive-ui": "^2.19.5",
|
|
"sass": "^1.42.1",
|
|
"typescript": "^4.4.3",
|
|
"vite": "^2.9.13",
|
|
"vue-tsc": "^0.3.0"
|
|
}
|
|
}
|