datacap/web/console-fe/package.json

52 lines
1.5 KiB
JSON
Raw Normal View History

2022-09-18 15:17:13 +08:00
{
"name": "datacap-console-fe",
"description": "DataCap web site",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
2022-09-22 19:39:44 +08:00
"report": "vue-cli-service build --report",
2022-09-18 15:17:13 +08:00
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antv/data-set": "^0.11.8",
2022-09-22 18:49:36 +08:00
"@types/nprogress": "^0.2.0",
"ag-grid-community": "^28.2.1",
"ag-grid-vue3": "^28.2.1",
2022-09-18 15:17:13 +08:00
"ant-design-vue": "^3.2.12",
2022-09-18 16:20:45 +08:00
"axios": "^0.27.2",
2022-09-18 15:17:13 +08:00
"core-js": "^3.8.3",
2022-11-22 19:41:21 +08:00
"echarts": "^5.4.0",
2022-10-05 12:32:39 +08:00
"export-to-csv": "^0.2.1",
2022-11-18 21:40:28 +08:00
"lodash": "^4.17.21",
2022-09-23 19:07:04 +08:00
"monaco-editor-vue3": "^0.1.6",
2022-09-23 22:03:27 +08:00
"monaco-editor-webpack-plugin": "^7.0.1",
2022-09-22 18:49:36 +08:00
"nprogress": "^0.2.0",
2022-09-18 15:17:13 +08:00
"vue": "^3.2.13",
"vue-clipboard3": "^2.0.0",
2022-10-15 22:26:17 +08:00
"vue-i18n": "^9.2.2",
2022-09-22 19:39:44 +08:00
"vue-router": "^4.0.3",
2022-11-07 23:12:32 +08:00
"vue3-markdown-it": "^1.0.10",
2022-09-22 19:39:44 +08:00
"webpack-bundle-analyzer": "^4.6.1"
2022-09-18 15:17:13 +08:00
},
"devDependencies": {
2022-11-18 21:40:28 +08:00
"@types/lodash": "^4.14.189",
2022-09-18 15:17:13 +08:00
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"typescript": "~4.5.5"
}
}