Fix dependencies

This commit is contained in:
Nick Playfair 2025-06-11 13:48:10 +01:00
parent 29ef5e92bf
commit 76e5e44cc7
2 changed files with 633 additions and 1351 deletions

1978
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,19 +4,17 @@
"description": "",
"main": "bom2table.js",
"scripts": {
"dev": "http-server",
"serve": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"author": "nplayfair",
"license": "MIT",
"dependencies": {
"csvtojson": "^2.0.10",
"http-server": "^14.1.1",
"pretty": "^2.0.0"
"csvtojson": "^2.0.10"
},
"devDependencies": {
"@types/csvtojson": "^1.1.5",
"clean-webpack-plugin": "^4.0.0",
"prettier": "^3.5.3",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",