UNPKG

871 BJSONView Raw
1{
2 "name": "redux-leaves",
3 "version": "0.3.5",
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.1.2",
15 "ramda": "^0.26.1",
16 "ramda-adjunct": "^2.18.0",
17 "redux": "^4.0.1"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/richardcrng/redux-leaves"
22 },
23 "scripts": {
24 "prepublishOnly": "npx babel src --out-dir dist",
25 "test": "jest --watch"
26 },
27 "eslintConfig": {
28 "extends": "react-app"
29 },
30 "devDependencies": {
31 "@babel/cli": "^7.4.3",
32 "@babel/core": "^7.4.3",
33 "@babel/preset-env": "^7.4.3",
34 "babel-jest": "^24.7.1",
35 "coveralls": "^3.0.3",
36 "jest": "^24.7.1"
37 }
38}