Move react dependencies to packages/client

This commit is contained in:
Jerko Steiner 2019-01-18 20:42:09 +01:00
parent 8a5ab067f6
commit 953b8f4abb
3 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,10 @@
{ {
"name": "@rondo/client", "name": "@rondo/client",
"private": true "private": true,
"dependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"redux": "^4.0.1"
}
} }

View File

@ -1,4 +1,6 @@
{ {
"name": "@rondo/common", "name": "@rondo/common",
"private": true "private": true,
"main": "src/index.js",
"types": "src/index.d.ts"
} }

View File

@ -27,10 +27,6 @@
"passport": "^0.4.0", "passport": "^0.4.0",
"passport-google": "^0.3.0", "passport-google": "^0.3.0",
"passport-local": "^1.0.0", "passport-local": "^1.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"reflect-metadata": "^0.1.12", "reflect-metadata": "^0.1.12",
"shortid": "^2.2.14", "shortid": "^2.2.14",
"sqlite3": "^4.0.4", "sqlite3": "^4.0.4",