TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

Dev dependency vs dependency #133

Open dem0nbruce opened 5 years ago

dem0nbruce commented 5 years ago

Why are fontawesome,bootstrap, jquery, etc dev dependencies and not dependencies in package.json? Aren't they all client side dependencies? What am I missing here?

MarkPieszak commented 5 years ago

You're totally correct! I'm not sure when that shift might of happened actually but those should be regular dependencies. The project should work regardless, but I'll move those over to be safe. Thanks for pointing it out!