@thecodingmachine/redux-toolkit-wrapper
Version:
[Redux-toolkit](https://redux-toolkit.js.org/) wrapper used to write less code regarding classic CRUD operations
48 lines (47 loc) • 1.51 kB
JSON
{
"name": "@thecodingmachine/redux-toolkit-wrapper",
"version": "2.0.1",
"description": "[Redux-toolkit](https://redux-toolkit.js.org/) wrapper used to write less code regarding classic CRUD operations",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"start": "babel src --watch -d dist",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts\""
},
"repository": {
"type": "git",
"url": "https://github.com/thecodingmachine/redux-toolkit-wrapper.git"
},
"keywords": [
"redux",
"redux-toolkit",
"thecodingmachine",
"react-native",
"react",
"reactjs"
],
"author": "TheCodingMachine Lyon <lyon@thecodingmachine.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thecodingmachine/redux-toolkit-wrapper/issues"
},
"homepage": "https://github.com/thecodingmachine/redux-toolkit-wrapper#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"metro-react-native-babel-preset": "^0.64.0"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.13.0",
"eslint": "^7.12.1",
"eslint-plugin-react": "^7.21.5",
"typescript": "^4.2.3"
}
}