adding some skeleton to the todo app

This commit is contained in:
Ken
2019-01-23 11:14:49 -08:00
parent 1c5b6cc9a7
commit 8b0a0f7569
14 changed files with 569 additions and 8 deletions

View File

@@ -11,11 +11,19 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.11",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"office-ui-fabric-react": "^6.128.0",
"@uifabric/experiments": "^6.51.1",
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}