UNPKG

redux-instate

Version:

These are multiple instances of the same component for your applications.

37 lines (36 loc) 845 B
{ "name": "redux-instate", "version": "0.3.2", "description": "", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "npx babel --no-babelrc -w src --out-dir dist --copy-files", "dev2": "npx babel src/index.js --out-file dist/index.js --copy-files", "build": "npx babel src/index.js --out-file dist/index.js" }, "repository": { "type": "git", "url": "none" }, "keywords": [ "redux", "inst", "instance" ], "files": [ "dist" ], "author": "Quaterean", "license": "ISC", "dependencies": { "core-js": "^3.2.1", "lodash": "^4.17.11" }, "devDependencies": { "@babel/cli": "^7.6.2", "@babel/core": "^7.6.2", "@babel/preset-env": "^7.6.2", "babel-loader": "^8.0.6" } }