<#1029 Review the dependencies and remove unused o...
# pact-js-development
g
#1029 Review the dependencies and remove unused ones Issue created by TimothyJones It looks like there are several dependencies that aren't used or could be removed. For example, in devDependencies, I don't think
enhanced-resolve
or
jasmine-core
are used. In the main dependencies, I don't think
pino-pretty
is used (if it's a peer-dep that's needed, it should be in pact-js-core). There are probably others - these are just the ones I noticed when fixing some lint issues. As a bonus, almost all uses of lodash and ramda can be replaced with native TS code now - both those libraries are unnecessarily large and were the source of many of the vulnerability warnings in the past. pact-foundation/pact-js