UNPKG

@nitor-infotech/connected-akita-router-core

Version:
80 lines (79 loc) 2.28 kB
{ "name": "@nitor-infotech/connected-akita-router-core", "version": "1.0.3", "description": "A core package for managing React Router state in Akita Store.", "main": "lib/index.js", "module": "esm/index.js", "types": "./index.d.ts", "sideEffects": false, "author": "Qadir Husainee", "license": "MIT", "files": [ "*.md", "*.js", "*.ts", "esm", "lib", "umd" ], "scripts": { "build:esm": "SET BABEL_ENV=esm && babel src --out-dir esm", "build:commonjs": "SET BABEL_ENV=commonjs && babel src --out-dir lib", "build:umd": "SET NODE_ENV=development && webpack src/index.js umd/ConnectedReactRouter.js", "build:umd:min": "SET NODE_ENV=production webpack -p src/index.js umd/ConnectedReactRouter.min.js", "build": "npm run build:esm & npm run build:commonjs & npm run build:umd & npm run build:umd:min" }, "dependencies": { "tiny-invariant": "^1.0.4" }, "peerDependencies": { "@datorama/akita": "^3.11.1", "history": "^4.9.0", "rxjs": "^6.5.2" }, "devDependencies": { "@babel/cli": "^7.1.5", "@babel/core": "^7.1.5", "@babel/preset-env": "^7.1.5", "@datorama/akita": "^3.11.1", "@types/history": "^4.5.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-loader": "^8.0.4", "babel-plugin-rewire": "^1.2.0", "babel-preset-minify": "^0.5.0", "babel-template": "^6.2.0", "babel-types": "^6.2.0", "eslint": "^5.9.0", "eslint-plugin-import": "^2.14.0", "history": "^4.9.0", "jest": "^24.3.1", "rewire": "^2.5.2", "rxjs": "^6.5.2", "webpack": "^4.29.6", "webpack-cli": "^3.2.3" }, "repository": { "type": "git", "url": "git+https://github.com/nitor-infotech-oss/connected-react-router-akita.git" }, "bugs": { "url": "https://github.com/nitor-infotech-oss/connected-react-router-akita/issues" }, "homepage": "https://github.com/nitor-infotech-oss/connected-react-router-akita/tree/master/packages/core#readme", "directories": { "lib": "lib" }, "keywords": [ "react", "js", "es2016", "react-router", "akita" ], "publishConfig": { "access": "public" }, "gitHead": "52d5d4a3f8882d17cba12007eb5406c64bf5777a" }