deadlock-detect/view-ui/package.json

30 lines
747 B
JSON
Raw Normal View History

2022-09-09 19:35:31 +08:00
{
"name": "vue-project",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vue/composition-api": "^1.4.6",
"echart": "^0.1.3",
"echarts": "^5.3.3",
"element-ui": "^2.15.9",
"vue": "2.6.14"
},
"devDependencies": {
"@types/node": "^16.11.25",
"@vitejs/plugin-legacy": "^1.7.1",
"@vue/runtime-dom": "^3.2.31",
"typescript": "~4.7.3",
"unplugin-vue2-script-setup": "^0.9.3",
"vite": "^2.8.4",
"vite-plugin-vue2": "^1.9.3",
"vue-template-babel-compiler": "^1.2.0",
"vue-template-compiler": "2.6.14",
"vue-tsc": "^0.37.3"
}
}