selectorator
Version:
Simplified generator of reselect selectors
71 lines (70 loc) • 2.29 kB
JSON
{
"author": "planttheidea <tony.quetano@planttheidea.com>",
"browser": "dist/selectorator.js",
"bugs": {
"url": "https://github.com/planttheidea/selectorator/issues"
},
"dependencies": {
"fast-equals": "^1.2.1",
"identitate": "^1.0.0",
"reselect": "^4.0.0",
"unchanged": "^2.0.1"
},
"description": "Simplified generator of reselect selectors",
"devDependencies": {
"@types/jest": "^23.3.12",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"cli-table2": "^0.2.0",
"cross-env": "^5.2.0",
"html-webpack-plugin": "^3.2.0",
"in-publish": "^2.0.0",
"jest": "^23.6.0",
"moize": "^5.4.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"rollup": "^1.0.2",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-uglify": "^6.0.0",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.3",
"tslib": "^1.9.3",
"tslint": "^5.12.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.2.2",
"webpack": "^4.28.1",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"homepage": "https://github.com/planttheidea/selectorator#readme",
"keywords": [
"reselect",
"selector"
],
"license": "MIT",
"main": "dist/selectorator.cjs.js",
"module": "dist/selectorator.esm.js",
"name": "selectorator",
"repository": {
"type": "git",
"url": "git+https://github.com/planttheidea/selectorator.git"
},
"scripts": {
"benchmark": "rimraf lib && npm run transpile:lib && node ./benchmark/index.js",
"build": "cross-env NODE_ENV=production rollup -c",
"clean": "rimraf dist",
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress --colors --config=webpack/webpack.config.js",
"lint": "cross-env NODE_ENV=test tslint 'src/*.ts'",
"lint:fix": "npm run lint -- --fix",
"prepublish": "if in-publish; then npm run prepublish:compile; fi",
"prepublish:compile": "npm run lint && npm run test:coverage && npm run clean && npm run build",
"start": "npm run dev",
"test": "cross-env NODE_PATH=. jest",
"test:coverage": "npm run test -- --coverage",
"test:watch": "npm run test -- --watch"
},
"sideEffects": false,
"types": "index.d.ts",
"version": "4.0.3"
}