Go ahead and add dependencies, unsure which are truly needed yet, also will need to add Express and other Node.js modules soon.

This commit is contained in:
Hyperling 2023-03-07 06:17:36 -06:00
parent 48eca38c4b
commit 0689f61519

View File

@ -11,5 +11,15 @@
"bugs": {
"url": "https://github.com/Hyperling/food_diary/issues"
},
"homepage": "https://github.com/Hyperling/food_diary#readme"
"homepage": "https://github.com/Hyperling/food_diary#readme",
"dependencies": {
"package.json": "^2.0.1",
"typescript": "",
"react": "",
"react-dom": ""
},
"removedDependencies": {
"@types/react": "",
"@types/react-dom": ""
}
}