react-rating
react-rating copied to clipboard
`@types` dependencies should be in `devDependencies`
trafficstars
There are two @types packages (react and lodash) in dependencies. However, @types packages are only used for development and building and shouldn't be included as dependencies. These two packages should be moved to devDependencies.