13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"name": "@rondo/client",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-redux": "^6.0.0",
|
|
"redux": "^4.0.1"
|
|
},
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts"
|
|
}
|