npm 新增库

This commit is contained in:
HKXluo
2025-10-18 20:24:06 +08:00
parent 1ac84a13a2
commit 71bcd19b6e
2 changed files with 17 additions and 0 deletions

16
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "web",
"version": "0.0.0",
"dependencies": {
"@etothepii/satisfactory-file-parser": "^3.1.3",
"@tailwindcss/vite": "^4.1.14",
"axios": "^1.12.2",
"daisyui": "^5.3.7",
@@ -481,6 +482,15 @@
"node": ">=18"
}
},
"node_modules/@etothepii/satisfactory-file-parser": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/@etothepii/satisfactory-file-parser/-/satisfactory-file-parser-3.1.3.tgz",
"integrity": "sha512-PMSUhdzL8Qdvl7BXGdtXma5wXdKybThwCD6yaj0/YLRdoD1vjt9JP7GW2/AsHrIcXrPQcBRWieD+rRRo83Y7Aw==",
"license": "MIT",
"dependencies": {
"pako": "^2.1.0"
}
},
"node_modules/@isaacs/fs-minipass": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
@@ -1916,6 +1926,12 @@
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/pako": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
"integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==",
"license": "(MIT AND Zlib)"
},
"node_modules/picocolors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",

View File

@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@etothepii/satisfactory-file-parser": "^3.1.3",
"@tailwindcss/vite": "^4.1.14",
"axios": "^1.12.2",
"daisyui": "^5.3.7",