Skip to content

Commit

Permalink
feat:import data
Browse files Browse the repository at this point in the history
  • Loading branch information
BQXBQX committed Mar 28, 2024
1 parent ba71d8f commit cbc70d5
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"axios": "^0.27.2",
"craco": "^0.0.3",
"craco-less": "^2.0.0",
"exceljs": "^4.2.0",
"file-saver": "^2.0.5",
"form-render": "1.13.12",
"http-proxy-middleware": "^2.0.6",
"inquirer": "^8.2.4",
Expand All @@ -35,7 +37,8 @@
"sass-loader": "^13.0.0",
"storage-pocket": "^0.2.0",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -68,6 +71,7 @@
]
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/qs": "^6.9.11",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
Expand Down
Loading

0 comments on commit cbc70d5

Please sign in to comment.