Skip to content

As a developer, I would like to designate DevDependencies in the Front EndΒ #273

Description

@esparr

Certain packages and libraries are only needed when actively developing the project, and are unnecessary when deployed. For example, testing suites are important to make sure covered code is behaving properly, but have no effect on how the project runs. These are known as DevDependencies.

Acceptance Criteria:

  • DevDependencies have been identified
  • DevDependencies are marked as such in package.json

Possible implementation:
Uninstall packages that are DevDependencies using npm uninstall [package-name]
Install same package using npm install [package-name] --save-dev

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency filegood first issueGood for newcomers

    Type

    No type

    Projects

    • Status
      🀲 Up for Grabs

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions