ForcePilot/web/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

{
2024-09-25 13:46:59 +08:00
"name": "yuxi-know-frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"server": "vite serve --host",
"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",
2024-08-27 21:59:30 +08:00
"@antv/g6": "^5.0.17",
2024-07-17 18:52:20 +08:00
"@vueuse/core": "^10.11.0",
2024-07-16 18:14:27 +08:00
"ant-design-vue": "^4.2.3",
"axios": "^1.3.4",
"d3": "^7.8.3",
"echarts": "^5.4.2",
"echarts-gl": "^2.0.9",
2024-08-25 10:33:48 +08:00
"highlight.js": "^11.10.0",
"less": "^4.1.3",
2024-07-14 16:42:38 +08:00
"marked": "^13.0.2",
2024-08-25 10:33:48 +08:00
"marked-highlight": "^2.1.4",
"pinia": "^2.0.32",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"prettier": "^2.8.4",
"vite": "^4.1.4"
}
}