installed dotenv as dependencie

This commit is contained in:
andres alcocer
2022-02-08 18:29:29 -05:00
parent 7bff2879f0
commit 0b76fb149b
2 changed files with 11 additions and 13 deletions

22
package-lock.json generated
View File

@@ -1,15 +1,16 @@
{
"name": "webpack-basics",
"name": "netflix-clone",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "webpack-basics",
"name": "netflix-clone",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"axios": "^0.22.0",
"dotenv": "^16.0.0",
"firebase": "^9.1.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
@@ -35,7 +36,6 @@
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.3.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
@@ -6061,12 +6061,11 @@
"dev": true
},
"node_modules/dotenv": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
"dev": true,
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
"integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==",
"engines": {
"node": ">=10"
"node": ">=12"
}
},
"node_modules/download": {
@@ -21997,10 +21996,9 @@
}
},
"dotenv": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
"dev": true
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
"integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q=="
},
"download": {
"version": "6.2.5",

View File

@@ -17,6 +17,7 @@
"license": "ISC",
"dependencies": {
"axios": "^0.22.0",
"dotenv": "^16.0.0",
"firebase": "^9.1.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
@@ -42,7 +43,6 @@
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.3.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",