Dependencies

suggest change

“dependencies”: {

"module-name": "0.1.0"
}

After adding them to your package.json, use the command npm install in your project directory in terminal.

devDependencies

"devDependencies": {
    "module-name": "0.1.0"
}

For dependencies required only for development, like testing styling proxies ext. Those dev-dependencies won’t be installed when running “npm install” in production mode.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents