mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "jpom-vue3",
|
|
"private": true,
|
|
"version": "2.11.1",
|
|
"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": "^7.0.1",
|
|
"@codemirror/lang-javascript": "^6.2.1",
|
|
"ant-design-vue": "^4.1.0",
|
|
"axios": "^1.6.5",
|
|
"base64-js": "^1.5.1",
|
|
"codemirror": "^5.65.16",
|
|
"codemirror-editor-vue3": "^2.4.1",
|
|
"dayjs": "^1.11.10",
|
|
"echarts": "^5.4.3",
|
|
"js-sha1": "^0.6.0",
|
|
"markdown-it": "^14.0.0",
|
|
"pinia": "^2.1.7",
|
|
"prismjs": "^1.29.0",
|
|
"qs": "^6.11.2",
|
|
"spark-md5": "^3.0.2",
|
|
"vue": "^3.4.7",
|
|
"vue-router": "^4.2.5",
|
|
"vue-virtual-scroller": "^2.0.0-beta.8",
|
|
"vuedraggable-es": "^4.1.1",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-attach": "^0.9.0",
|
|
"xterm-addon-fit": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.8",
|
|
"@typescript-eslint/eslint-plugin": "^6.18.1",
|
|
"@typescript-eslint/parser": "^6.18.1",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"eslint": "^8.56.0",
|
|
"https": "^1.0.0",
|
|
"less": "^4.2.0",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"typescript": "^5.3.3",
|
|
"unplugin-auto-import": "^0.17.3",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.0.11",
|
|
"vite-plugin-html": "^3.2.1"
|
|
}
|
|
}
|