14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"name": "@rondo/client",
|
|
"private": true,
|
|
"peerDependencies": {
|
|
"axios": "^0.18.0",
|
|
"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"
|
|
}
|