安装 DataGridXL2、Papa Parse

This commit is contained in:
2022-03-18 11:05:38 +08:00
parent 58386fd28c
commit 41cd1be826
2 changed files with 29 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
"lint-fix": "vue-cli-service lint"
},
"dependencies": {
"@datagridxl/datagridxl2": "^2.0.6",
"bookmark-file-parser": "^1.0.6",
"codemirror": "^5.65.2",
"core-js": "^3.8.3",
@@ -25,6 +26,7 @@
"html-entities": "^2.3.2",
"lodash": "^4.17.21",
"mathjs": "^10.4.0",
"papaparse": "^5.3.2",
"ress": "^5.0.2",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
@@ -33,6 +35,7 @@
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@types/papaparse": "^5.3.2",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",