mirror of
https://github.com/danbulant/ester_os
synced 2026-06-17 13:21:12 +00:00
Install react + jsx + webpack
This commit is contained in:
parent
9df99ec11d
commit
c56909aa8c
2 changed files with 5554 additions and 1 deletions
5543
client/package-lock.json
generated
Normal file
5543
client/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue