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:
parent
48eca38c4b
commit
0689f61519
12
package.json
12
package.json
@ -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": ""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user