These are 2 different things…
The package.json describes where to get and how to install jquery, bootstrap, etc. from npm. If you’ve got the files in your assets directory outside of node_modules then it’s not required in your package.json.
The import in your app.js and app.scss brings files into your project from either node modules (npm, etc.), or other files in your assets.






















