mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 02:03:11 +00:00
Add missing dependencies to package.json
This commit is contained in:
parent
14f02a0b50
commit
7207e31784
1 changed files with 3 additions and 0 deletions
|
|
@ -38,8 +38,11 @@
|
|||
"dependencies": {
|
||||
"exports-loader": "^0.6.3",
|
||||
"imports-loader": "^0.6.5",
|
||||
"react": "^0.14.7",
|
||||
"react-dom": "^0.14.7",
|
||||
"react-redux": "^4.4.0",
|
||||
"redux": "^3.3.1",
|
||||
"webpack": "^1.12.14",
|
||||
"whatwg-fetch": "^0.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue