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