mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 03:48:05 +08:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "jpom-vue3",
|
|
"private": true,
|
|
"version": "2.10.39",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --mode dev",
|
|
"local": "vite --mode loc",
|
|
"build": "vite build",
|
|
"lint": "eslint --ext .ts,.js,.jsx,.vue .",
|
|
"lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"ant-design-vue": "^3.2.15",
|
|
"axios": "^1.3.4",
|
|
"codemirror": "^6.0.1",
|
|
"dayjs": "^1.11.7",
|
|
"echarts": "^5.4.1",
|
|
"js-sha1": "^0.6.0",
|
|
"less": "^4.1.3",
|
|
"moment": "^2.29.4",
|
|
"pinia": "^2.0.34",
|
|
"qrcode.vue": "^3.3.4",
|
|
"qs": "^6.11.1",
|
|
"spark-md5": "^3.0.2",
|
|
"vue": "^3.2.45",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vue-router": "^4.1.6",
|
|
"vuex": "^4.1.0",
|
|
"xterm": "^5.1.0",
|
|
"xterm-addon-attach": "^0.8.0",
|
|
"xterm-addon-fit": "^0.7.0",
|
|
"vuedraggable": "^2.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
"@typescript-eslint/parser": "^5.55.0",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
"eslint": "^8.36.0",
|
|
"https": "^1.0.0",
|
|
"typescript": "^5.0.2",
|
|
"unplugin-auto-import": "^0.15.2",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"vite": "^4.1.0",
|
|
"vite-plugin-html": "^3.2.0"
|
|
}
|
|
}
|