mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-02 20:17:45 +08:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "datacap-console-fe",
|
|
"description": "DataCap web site",
|
|
"version": "1.0.0",
|
|
"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": {
|
|
"@antv/s2": "^1.30.0",
|
|
"@antv/s2-vue": "^1.3.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"ant-design-vue": "^3.2.12",
|
|
"axios": "^0.27.2",
|
|
"core-js": "^3.8.3",
|
|
"export-to-csv": "^0.2.1",
|
|
"monaco-editor-vue3": "^0.1.6",
|
|
"monaco-editor-webpack-plugin": "^7.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"vue": "^3.2.13",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.0.3",
|
|
"webpack-bundle-analyzer": "^4.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|