mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
finish drag and drop system
This commit is contained in:
parent
e36be9e381
commit
7806219464
19 changed files with 465 additions and 90 deletions
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"color": "^2.0.1",
|
||||
"custom-react-scripts": "0.2.1",
|
||||
"eslint": "^4.13.0",
|
||||
"eslint": "^4.14.0",
|
||||
"history": "^4.7.2",
|
||||
"immutable": "^3.8.2",
|
||||
"prop-types": "^15.6.0",
|
||||
|
@ -22,7 +22,7 @@
|
|||
"react-transition-group": "^2.2.1",
|
||||
"redux": "^3.7.2",
|
||||
"redux-devtools": "^3.4.1",
|
||||
"redux-devtools-dock-monitor": "^1.1.2",
|
||||
"redux-devtools-dock-monitor": "^1.1.3",
|
||||
"redux-devtools-log-monitor": "^1.4.0",
|
||||
"redux-logger": "^3.0.6",
|
||||
"redux-saga": "^0.16.0",
|
||||
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"proxy": "http://localhost:6769",
|
||||
"devDependencies": {
|
||||
"eslint-config-standard": "^10.2.1",
|
||||
"eslint-config-standard": "^11.0.0-beta.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-node": "^5.2.1",
|
||||
"eslint-plugin-promise": "^3.6.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue