Added react example

This commit is contained in:
Micah Godbolt
2019-02-15 16:55:03 -08:00
parent a7abd33140
commit b90e710ba0
7 changed files with 306 additions and 25 deletions

View File

@@ -13,31 +13,33 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.16.1",
"@types/body-parser": "^1.17.0",
"@types/node": "~10.12.21",
"@types/cors": "^2.8.4",
"@types/express": "^4.16.1",
"@types/jest": "^23.3.13",
"@types/node": "~10.12.21",
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.11",
"@types/react-redux": "^7.0.0",
"@types/redux": "^3.6.0",
"@types/cors": "^2.8.4",
"@types/uuid": "^3.4.4",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"css-loader": "^2.1.0",
"fork-ts-checker-async-overlay-webpack-plugin": "^0.1.0",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"fork-ts-checker-async-overlay-webpack-plugin": "^0.1.0",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5",
"style-loader": "^0.23.1",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3",
"uuid": "^3.3.2",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"npm-run-all": "^4.1.5",
"nodemon": "^1.18.9",
"uuid": "^3.3.2"
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"@uifabric/experiments": "^6.57.0",