Install react + jsx + webpack

This commit is contained in:
danbulant 2020-02-07 18:54:10 +01:00
parent 9df99ec11d
commit c56909aa8c
2 changed files with 5554 additions and 1 deletions

5543
client/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -15,5 +15,15 @@
"bugs": {
"url": "https://github.com/danbulant/ester_os/issues"
},
"homepage": "https://github.com/danbulant/ester_os#readme"
"homepage": "https://github.com/danbulant/ester_os#readme",
"devDependencies": {
"babel-loader": "^8.0.6",
"file-loader": "^5.0.2",
"react-hot-loader": "^4.12.19",
"webpack": "^4.41.5",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"react": "^16.12.0"
}
}