mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
➕ add dotenv
This commit is contained in:
parent
d14f8f73d7
commit
6322f6002b
2 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
"url": "https://github.com/Braweria/Spectrum/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.0",
|
||||
"esbuild": "^0.14.25",
|
||||
"esbuild-sass-plugin": "^2.2.4",
|
||||
"prettier": "^2.4.1"
|
||||
|
|
|
|||
|
|
@ -37,6 +37,11 @@ braces@~3.0.2:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
dotenv@^16.0.0:
|
||||
version "16.0.0"
|
||||
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
|
||||
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
|
||||
|
||||
esbuild-android-64@0.14.25:
|
||||
version "0.14.25"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.25.tgz#d532d38cb5fe0ae45167ce35f4bbc784c636be40"
|
||||
|
|
|
|||
Loading…
Reference in a new issue