Back to Browse

Difference between package.json and package-lock.json in ReactJS | React interview questions

6.7K views
Feb 21, 2023
7:46

Difference between package.json and package-lock.json in ReactJS --------------- #React #Tutorial #Hindi ------------ package.json is a metadata file that lists all the dependencies required for the project to run. It includes information such as the name and version of the project, as well as the dependencies and their respective versions. It also includes scripts that can be executed using npm, the Node.js package manager. package-lock.json, on the other hand, is a lock file that lists the exact versions of the dependencies used by the project. This file is automatically generated by npm and ensures that every developer working on the project is using the same versions of the dependencies. It also helps to prevent conflicts and ensure consistency in the project's dependencies. ------------- ES6 for Beginners - Modern JavaScript in Hindi https://www.youtube.com/watch?v=n5jTZVTsOi4&list=PLI_x5XaZMJqj-deOTN0UxUWGzZxlta63W -------- How to create a theme from scratch in drupal 9 https://www.youtube.com/watch?v=X3KzW314P1w&list=PLI_x5XaZMJqjxtOk_50FcuAFAx6n-eaNV ------ Building Custom Theme in Drupal 9 (Hindi) | Custom Theme https://www.youtube.com/watch?v=hycCfwp0WQc&list=PLI_x5XaZMJqgXRy0WDrKTOzKOb9WTixGf ------ Drupal 9 tutorial for beginners step by step in hindi https://www.youtube.com/watch?v=a2HcJrExCVg&list=PLI_x5XaZMJqigxYHm9GeyMMxd6DhnJh1j ----- Drupal 8 Module Development in Hindi https://www.youtube.com/watch?v=lur-z6ddrzo&list=PLI_x5XaZMJqiRx6onlJ60tdol0kD5AmKv ------ DDEV Explained in Hindi https://www.youtube.com/watch?v=czhVZYoZ7CA&list=PLI_x5XaZMJqjT9gIcJaH5GhRd75Bx5yyg ------ All about Events in Drupal | Discover Existing Events | Event Subscriber | Event Priorities | Dispatch an Event | Custom Event https://www.youtube.com/watch?v=ZD9IRgnboKA&list=PLI_x5XaZMJqiWsS1NA_RtYEuu5SWKwDU9 ------ Drupal 8 plugin tutorial in hindi https://www.youtube.com/watch?v=hThQAjWtttw&list=PLI_x5XaZMJqiCAOUH4-y7LdPoO-TTZkrB ------ Dependency Injection in Drupal in Hindi. https://www.youtube.com/watch?v=2EcBpjjgGdA&list=PLI_x5XaZMJqgyivESK6X6-rAB5tk77DA2 ------ Form api tutorial for drupal 8 | 9 in Hindi https://www.youtube.com/watch?v=_EjJcL1Hw6s&list=PLI_x5XaZMJqh-ofpWYU4emOsKvqf-JPSs

Download

0 formats

No download links available.

Difference between package.json and package-lock.json in ReactJS | React interview questions | NatokHD