UNPKG

1.59 kBJSONView Raw
1{
2 "name": "redux-leaves",
3 "version": "1.0.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 "@types/jest": "^24.0.25",
14 "@types/node": "^12.12.24",
15 "@types/ramda": "^0.26.39",
16 "change-case": "^3.1.0",
17 "immer": "^3.1.2",
18 "lodash": "^4.17.15",
19 "object.fromentries": "^2.0.2",
20 "ramda": "^0.26.1",
21 "ramda-adjunct": "^2.23.0",
22 "set-value": ">=2.0.1"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/richardcrng/redux-leaves"
27 },
28 "scripts": {
29 "type-check": "tsc --noEmit",
30 "type-check:watch": "npm run type-check -- --watch",
31 "build": "npm run build:types && npm run build:js",
32 "build:types": "tsc --emitDeclarationOnly",
33 "build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
34 "prepublishOnly": "npm run build",
35 "test": "jest --watch"
36 },
37 "eslintConfig": {
38 "extends": "react-app"
39 },
40 "devDependencies": {
41 "@babel/cli": "^7.7.7",
42 "@babel/core": "^7.7.7",
43 "@babel/plugin-proposal-class-properties": "^7.7.4",
44 "@babel/plugin-proposal-numeric-separator": "^7.7.4",
45 "@babel/plugin-proposal-object-rest-spread": "^7.7.7",
46 "@babel/preset-env": "^7.7.7",
47 "@babel/preset-typescript": "^7.7.7",
48 "babel-jest": "^24.7.1",
49 "coveralls": "^3.0.9",
50 "jest": "^24.7.1",
51 "redux": "^4.0.5",
52 "typescript": "^3.7.5",
53 "util": "^0.12.1"
54 }
55}