UNPKG

841 BJSONView Raw
1{
2 "name": "redux-leaves",
3 "version": "0.3.2",
4 "description": "Write once, reduce anywhere",
5 "main": "dist/index.js",
6 "license": "MIT",
7 "author": {
8 "name": "Richard Ng",
9 "email": "hi@richard.ng",
10 "url": "https://github.com/richardcrng/"
11 },
12 "dependencies": {
13 "change-case": "^3.1.0",
14 "immer": "^3.0.0",
15 "lodash": "^4.17.11",
16 "redux": "^4.0.1"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/richardcrng/redux-leaves"
21 },
22 "scripts": {
23 "prepublishOnly": "npx babel src --out-dir dist",
24 "test": "jest --watch"
25 },
26 "eslintConfig": {
27 "extends": "react-app"
28 },
29 "devDependencies": {
30 "@babel/cli": "^7.4.3",
31 "@babel/core": "^7.4.3",
32 "@babel/preset-env": "^7.4.3",
33 "babel-jest": "^24.7.1",
34 "coveralls": "^3.0.3",
35 "jest": "^24.7.1"
36 }
37}