ForcePilot/web/package.json
2025-05-18 00:16:37 +08:00

45 lines
1.2 KiB
JSON

{
"name": "yuxi-know-frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"server": "vite serve --host",
"server:prod": "vite serve --host --port 8080",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@antv/g6": "^5.0.47",
"@vueuse/core": "^13.2.0",
"ant-design-vue": "^4.2.6",
"axios": "^1.9.0",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"echarts-gl": "^2.0.9",
"highlight.js": "^11.11.1",
"less": "^4.3.0",
"marked": "^15.0.11",
"marked-highlight": "^2.2.1",
"md-editor-v3": "^5.5.1",
"pinia": "^3.0.2",
"vue": "^3.5.14",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.11.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.27.0",
"eslint-plugin-vue": "^10.1.0",
"prettier": "^3.5.3",
"vite": "^6.3.5",
"vue-eslint-parser": "^10.1.3"
},
"packageManager": "pnpm@10.11.0"
}