Move react dependencies to packages/client
This commit is contained in:
parent
8a5ab067f6
commit
953b8f4abb
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@rondo/common",
|
"name": "@rondo/common",
|
||||||
"private": true
|
"private": true,
|
||||||
|
"main": "src/index.js",
|
||||||
|
"types": "src/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user