mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Webatrice: Nav Update (#4367)
This commit is contained in:
parent
0d05f9097d
commit
fac7bfaa92
5 changed files with 270 additions and 2538 deletions
|
|
@ -5,19 +5,6 @@
|
|||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.4",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"@types/jest": "24.0.20",
|
||||
"@types/jquery": "^3.3.31",
|
||||
"@types/lodash": "^4.14.145",
|
||||
"@types/material-ui": "^0.21.8",
|
||||
"@types/node": "12.11.7",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/protobufjs": "^6.0.0",
|
||||
"@types/react": "16.9.11",
|
||||
"@types/react-dom": "16.9.3",
|
||||
"@types/react-redux": "^7.1.5",
|
||||
"@types/react-router-dom": "^5.1.0",
|
||||
"@types/redux": "^3.6.0",
|
||||
"@types/redux-form": "^8.2.0",
|
||||
"jquery": "^3.4.1",
|
||||
"lodash": "^4.17.15",
|
||||
"prop-types": "^15.7.2",
|
||||
|
|
@ -31,8 +18,7 @@
|
|||
"react-window": "^1.8.5",
|
||||
"redux": "^4.0.4",
|
||||
"redux-form": "^8.2.6",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"typescript": "3.6.4"
|
||||
"redux-thunk": "^2.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "echo 'Copying shared files...' && ./copy_shared_files.sh",
|
||||
|
|
@ -57,7 +43,21 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "24.0.20",
|
||||
"@types/jquery": "^3.3.31",
|
||||
"@types/lodash": "^4.14.145",
|
||||
"@types/material-ui": "^0.21.8",
|
||||
"@types/node": "12.11.7",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/protobufjs": "^6.0.0",
|
||||
"@types/react": "16.9.11",
|
||||
"@types/react-dom": "16.9.3",
|
||||
"@types/react-redux": "^7.1.5",
|
||||
"@types/react-router-dom": "^5.1.0",
|
||||
"@types/react-virtualized-auto-sizer": "^1.0.0",
|
||||
"@types/react-window": "^1.8.2"
|
||||
"@types/react-window": "^1.8.2",
|
||||
"@types/redux": "^3.6.0",
|
||||
"@types/redux-form": "^8.2.0",
|
||||
"typescript": "3.6.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue