build: 添加 papaparse 依赖用于 CSV 解析

This commit is contained in:
zhang1106
2026-01-23 09:06:40 +08:00
parent 8099edc5e5
commit 6e57e0b74c
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -12,6 +12,7 @@
"antd": "^5.8.6", "antd": "^5.8.6",
"axios": "^1.5.0", "axios": "^1.5.0",
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"papaparse": "^5.5.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-router-dom": "^6.15.0", "react-router-dom": "^6.15.0",
@@ -3038,6 +3039,12 @@
], ],
"license": "MIT" "license": "MIT"
}, },
"node_modules/papaparse": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.3.tgz",
"integrity": "sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==",
"license": "MIT"
},
"node_modules/parse5": { "node_modules/parse5": {
"version": "8.0.0", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz", "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
+1
View File
@@ -13,6 +13,7 @@
"antd": "^5.8.6", "antd": "^5.8.6",
"axios": "^1.5.0", "axios": "^1.5.0",
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"papaparse": "^5.5.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-router-dom": "^6.15.0", "react-router-dom": "^6.15.0",