mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-14 09:20:49 +08:00
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "datacap-console",
|
|
"description": "DataCap console",
|
|
"version": "1.18.0-SNAPSHOT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"report": "vue-cli-service build --report",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-5",
|
|
"@kangc/v-md-editor": "^2.3.15",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/watermark-dom": "^2.3.1",
|
|
"ace-builds": "^1.30.0",
|
|
"ag-grid-community": "^29.3.5",
|
|
"ag-grid-vue3": "^29.3.5",
|
|
"ansi_up": "^6.0.2",
|
|
"axios": "^0.27.2",
|
|
"core-js": "^3.8.3",
|
|
"echarts": "^5.4.0",
|
|
"export-to-csv": "^0.2.1",
|
|
"highlight.js": "^11.8.0",
|
|
"install": "^0.13.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"nprogress": "^0.2.0",
|
|
"prismjs": "^1.29.0",
|
|
"squel": "^5.13.0",
|
|
"tippy.js": "^6.3.7",
|
|
"view-ui-plus": "^1.3.1",
|
|
"vue": "^3.2.13",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.0.3",
|
|
"vue3-ace-editor": "^2.2.3",
|
|
"vue3-calendar-heatmap": "^2.0.5",
|
|
"vue3-markdown": "^1.1.7",
|
|
"watermark-dom": "^2.3.0",
|
|
"webpack-bundle-analyzer": "^4.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.189",
|
|
"@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"
|
|
}
|
|
}
|