26 lines
614 B
JSON
26 lines
614 B
JSON
{
|
|
"name": "@rondo.dev/redux",
|
|
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/redux",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "tslint --project .",
|
|
"compile": "tsc",
|
|
"clean": "rm -rf lib/"
|
|
},
|
|
"dependencies": {
|
|
"deep-object-diff": "^1.1.0",
|
|
"react-redux": "^7.1.1",
|
|
"redux": "^4.0.4"
|
|
},
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"devDependencies": {
|
|
"@rondo.dev/test-utils": "file:../test-utils",
|
|
"react": "^16.11.0",
|
|
"react-dom": "^16.11.0"
|
|
}
|
|
}
|