2023-11-24 09:15:28 +08:00
|
|
|
{
|
|
|
|
"name": "finacial",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@jiaminghi/data-view": "^2.10.0",
|
|
|
|
"axios": "^1.4.0",
|
|
|
|
"core-js": "^3.8.3",
|
|
|
|
"cytoscape": "^3.27.0",
|
|
|
|
"cytoscape-all-paths": "^0.1.0",
|
|
|
|
"cytoscape-automove": "^1.10.3",
|
|
|
|
"cytoscape-bubblesets": "^3.2.0",
|
|
|
|
"cytoscape-cxtmenu": "^3.5.0",
|
|
|
|
"cytoscape-euler": "^1.2.2",
|
|
|
|
"cytoscape-expand-collapse": "^4.1.0",
|
|
|
|
"cytoscape-layers": "^2.4.3",
|
|
|
|
"cytoscape-spread": "^3.0.0",
|
|
|
|
"cytoscape-undo-redo": "^1.3.3",
|
|
|
|
"d3": "^7.8.5",
|
|
|
|
"echarts": "^4.9.0",
|
|
|
|
"element-ui": "^2.15.13",
|
|
|
|
"less": "^4.1.2",
|
|
|
|
"less-loader": "^6.0.0",
|
|
|
|
"mockjs": "^1.1.0",
|
2023-11-24 09:19:30 +08:00
|
|
|
"node-sass": "^9.0.0",
|
|
|
|
"sass-loader": "^13.3.2",
|
2023-11-24 09:15:28 +08:00
|
|
|
"vue": "^2.6.14",
|
|
|
|
"vue-router": "^3.6.5",
|
|
|
|
"vuex": "^3.6.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.12.16",
|
|
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
|
|
"@babel/preset-env": "^7.22.9",
|
|
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
|
|
"@vue/cli-service": "~5.0.0",
|
|
|
|
"babel-plugin-component": "^1.1.1",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
|
|
"vue-template-compiler": "^2.6.14"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
|
|
|
"eslint:recommended"
|
|
|
|
],
|
|
|
|
"parserOptions": {
|
|
|
|
"parser": "@babel/eslint-parser"
|
|
|
|
},
|
|
|
|
"rules": {}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
]
|
|
|
|
}
|