2024-07-07 01:58:23 +08:00
|
|
|
{
|
2025-09-02 19:47:52 +08:00
|
|
|
"name": "yuxi-know-web",
|
|
|
|
|
"version": "0.2.1.web",
|
2024-07-07 01:58:23 +08:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"server": "vite serve --host",
|
2025-03-27 09:07:06 +08:00
|
|
|
"server:prod": "vite serve --host --port 8080",
|
2024-07-07 01:58:23 +08:00
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
|
|
|
"format": "prettier --write src/"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-09-02 19:47:52 +08:00
|
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
|
|
|
"@antv/g6": "^5.0.49",
|
2025-06-30 22:29:23 +08:00
|
|
|
"@sigma/edge-curve": "^3.1.0",
|
|
|
|
|
"@sigma/node-border": "^3.0.0",
|
2025-09-02 19:47:52 +08:00
|
|
|
"@vueuse/core": "^13.9.0",
|
2025-05-18 00:16:37 +08:00
|
|
|
"ant-design-vue": "^4.2.6",
|
|
|
|
|
"d3": "^7.9.0",
|
2025-09-02 19:47:52 +08:00
|
|
|
"dayjs": "^1.11.18",
|
|
|
|
|
"echarts": "^6.0.0",
|
2024-07-07 01:58:23 +08:00
|
|
|
"echarts-gl": "^2.0.9",
|
2025-06-30 22:29:23 +08:00
|
|
|
"graphology": "^0.26.0",
|
|
|
|
|
"graphology-generators": "^0.11.2",
|
2025-05-18 00:16:37 +08:00
|
|
|
"highlight.js": "^11.11.1",
|
2025-09-02 19:47:52 +08:00
|
|
|
"less": "^4.4.1",
|
|
|
|
|
"lucide-vue-next": "^0.542.0",
|
|
|
|
|
"marked": "^16.2.1",
|
|
|
|
|
"marked-highlight": "^2.2.2",
|
|
|
|
|
"md-editor-v3": "^5.8.4",
|
|
|
|
|
"pinia": "^3.0.3",
|
|
|
|
|
"sigma": "^3.0.2",
|
|
|
|
|
"vue": "^3.5.21",
|
2025-05-18 00:16:37 +08:00
|
|
|
"vue-router": "^4.5.1"
|
2024-07-07 01:58:23 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-02 19:47:52 +08:00
|
|
|
"@rushstack/eslint-patch": "^1.12.0",
|
|
|
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
2025-05-18 00:16:37 +08:00
|
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
2025-09-02 19:47:52 +08:00
|
|
|
"eslint": "^9.34.0",
|
|
|
|
|
"eslint-plugin-vue": "^10.4.0",
|
|
|
|
|
"prettier": "^3.6.2",
|
2025-09-23 09:05:38 +08:00
|
|
|
"vite": "^7.1.5",
|
2025-09-02 19:47:52 +08:00
|
|
|
"vue-eslint-parser": "^10.2.0"
|
2025-05-18 00:16:37 +08:00
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@10.11.0"
|
2024-07-07 01:58:23 +08:00
|
|
|
}
|