61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "redux-scc",
|
|
"version": "1.6.0",
|
|
"description": "Redux store chunk creator",
|
|
"main": "./lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "babel -d lib/ src/",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage",
|
|
"prepublish": "npm run build && npm run test",
|
|
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
|
|
},
|
|
"author": "Kai Moseley",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/TheComfyChair/redux-scc"
|
|
},
|
|
"jest": {
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-core": "6.26.3",
|
|
"babel-eslint": "^8.2.3",
|
|
"babel-jest": "^22.4.4",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-flow": "^6.23.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"eslint": "^4.19.1",
|
|
"eslint-loader": "^2.0.0",
|
|
"eslint-plugin-babel": "^5.1.0",
|
|
"eslint-plugin-flowtype": "^2.46.3",
|
|
"eslint-plugin-react": "^7.8.2",
|
|
"jest": "^22.4.4",
|
|
"regenerator-runtime": "^0.11.1"
|
|
},
|
|
"dependencies": {
|
|
"coveralls": "^3.0.1",
|
|
"lodash": "^4.17.10",
|
|
"lodash.filter": "^4.6.0",
|
|
"lodash.find": "^4.6.0",
|
|
"lodash.flowright": "^3.5.0",
|
|
"lodash.includes": "^4.3.0",
|
|
"lodash.isfunction": "^3.0.9",
|
|
"lodash.isobject": "^3.0.2",
|
|
"lodash.keys": "^4.2.0",
|
|
"lodash.map": "^4.6.0",
|
|
"lodash.omit": "^4.5.0",
|
|
"lodash.findindex": "^4.6.0",
|
|
"lodash.isequal": "^4.5.0",
|
|
"redux": "4.0.0"
|
|
}
|
|
}
|