File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 27
27
"dependencies" : {
28
28
"@babel/runtime-corejs3" : " ^7.9.6" ,
29
29
"@nuxtjs/axios" : " ^5.10.3" ,
30
+ "@nuxtjs/dotenv" : " ^1.4.1" ,
30
31
"@nuxtjs/pwa" : " ^3.0.0-0" ,
31
32
"cookieparser" : " ^0.1.0" ,
32
33
"core-js" : " 3.6.5" ,
Original file line number Diff line number Diff line change 1405
1405
consola "^2.11.3"
1406
1406
defu "^2.0.2"
1407
1407
1408
+ " @nuxtjs/dotenv@^1.4.1 " :
1409
+ version "1.4.1"
1410
+ resolved "https://registry.yarnpkg.com/@nuxtjs/dotenv/-/dotenv-1.4.1.tgz#dd5abb98e22cc7ae27139d3aa606151034293128"
1411
+ integrity sha512-DpdObsvRwC8d89I9mzz6pBg6e/PEXHazDM57DOI1mmML2ZjHfQ/DvkjlSzUL7T+TnW3b/a4Ks5wQx08DqFBmeQ==
1412
+ dependencies :
1413
+ consola "^2.10.1"
1414
+ dotenv "^8.1.0"
1415
+
1408
1416
" @nuxtjs/eslint-config@^2.0.2 " :
1409
1417
version "2.0.2"
1410
1418
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-2.0.2.tgz#ff521ee1c0b875ac340f17ed656db213b6af854e"
@@ -3764,6 +3772,11 @@ dot-prop@^5.2.0:
3764
3772
dependencies :
3765
3773
is-obj "^2.0.0"
3766
3774
3775
+ dotenv@^8.1.0 :
3776
+ version "8.2.0"
3777
+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
3778
+ integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
3779
+
3767
3780
duplexer3@^0.1.4 :
3768
3781
version "0.1.4"
3769
3782
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
You can’t perform that action at this time.
0 commit comments