All checks were successful
continuous-integration/drone/push Build is passing
35 lines
1012 B
JSON
35 lines
1012 B
JSON
{
|
|
"name": "@rondo.dev/client",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"peerDependencies": {
|
|
"axios": "^0.19.0",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-redux": "^7.0.0",
|
|
"redux": "^4.0.1"
|
|
},
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"module": "esm/index.js",
|
|
"dependencies": {
|
|
"@rondo.dev/common": "file:../common",
|
|
"@rondo.dev/http-client": "file:../http-client",
|
|
"@rondo.dev/http-types": "file:../http-types",
|
|
"@rondo.dev/jsonrpc": "file:../jsonrpc",
|
|
"@rondo.dev/react-captcha": "file:../react-captcha",
|
|
"@rondo.dev/react-test": "file:../react-test",
|
|
"@rondo.dev/redux": "file:../redux",
|
|
"history": "^4.10.1",
|
|
"react-icons": "^3.8.0",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"styled-components": "^4.4.1",
|
|
"timeago.js": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rondo.dev/jsonrpc": "file:../jsonrpc",
|
|
"@rondo.dev/test-utils": "file:../test-utils",
|
|
"react-dom": "^16.11.0"
|
|
}
|
|
} |