lore
Version:
Convention-driven framework for building React-Redux applications
71 lines (70 loc) • 2.05 kB
JSON
{
"name": "lore",
"version": "0.13.0",
"description": "Convention-driven framework for building React-Redux applications",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"homepage": "https://github.com/lore/lore#readme",
"keywords": [
"react",
"redux",
"framework",
"lore",
"client-side",
"browser",
"convention over configuration",
"opinionated"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lore/lore.git"
},
"bugs": {
"url": "https://github.com/lore/lore/issues"
},
"scripts": {
"build": "npm run build:cjs && npm run build:es",
"build:cjs": "BABEL_ENV=cjs ../../node_modules/.bin/babel src --out-dir lib",
"build:es": "BABEL_ENV=es ../../node_modules/.bin/babel src --out-dir es",
"clean": "rimraf lib && rimraf es",
"debug": "mocha debug test/bootstrap.js test/unit test/integration --recursive",
"lint": "../../node_modules/.bin/eslint src",
"prepublish": "npm run build",
"test": "BABEL_ENV=test mocha --compilers js:babel-core/register test/bootstrap.js test/unit test/integration --recursive"
},
"dependencies": {
"lodash": "^4.0.0",
"lore-utils": "^0.13.0",
"react-redux": "^4.4.1",
"topsort": "0.0.2",
"webpack-requiredir": "~0.2.1"
},
"devDependencies": {
"chai": "3.4.1",
"json-loader": "0.5.4",
"lore-hook-actions": "^0.13.0",
"lore-hook-bind-actions": "^0.13.0",
"lore-hook-collections": "^0.13.0",
"lore-hook-connect": "^0.13.0",
"lore-hook-connections": "^0.13.0",
"lore-hook-models": "^0.13.0",
"lore-hook-reducers": "^0.13.0",
"lore-hook-redux": "^0.13.0",
"mocha": "2.3.4",
"nock": "^7.0.0",
"react": "^16.1.1",
"react-dom": "^16.0.0",
"react-router": "^3.0.0",
"redux": "^3.0.2",
"redux-thunk": "^2.0.1",
"rimraf": "2.5.2",
"sinon": "1.17.2"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router": "^3.0.0",
"redux": "^3.0.2"
}
}