(WIP)made env to frontend for live deployment... working on making a quiz on frontend.

This commit is contained in:
Jordan Yamada
2024-05-19 15:32:09 +00:00
parent e72caab854
commit 520a923b2b
15 changed files with 156 additions and 79 deletions

View File

@@ -12,6 +12,7 @@
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.18",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"konva": "^9.3.8",
"nvm": "^0.0.4",
"react": "^18.2.0",
@@ -2511,6 +2512,17 @@
"csstype": "^3.0.2"
}
},
"node_modules/dotenv": {
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/eastasianwidth": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",