1.1.9-dev1 • Published 6 years ago

@proerd/nextpress-client v1.1.9-dev1

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

nextpress-client

Client-side common things meant to be used along with the nextpress project template.

AKA: Where I dump reusable client-side functions.

Bundled dependencies

Installs a bunch of common libs. Since node_modules is a flat tree, requireing them from the consumer project works.

May rely on the package manager used (tested mainly with yarn). Won't work with pnpm.

    "@types/classnames": "^2.2.3",
    "@types/next": "^2.4.11",
    "@types/react": "^16.3.14",
    "@types/react-dom": "^16.0.5",
    "@types/react-redux": "^6.0.0",
    "@types/request": "^2.47.1",
    "@types/styled-jsx": "^2.2.3",
    "@types/yup": "^0.24.4",
    "classnames": "^2.2.5",
    "formik": "^0.11.11",
    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "react-redux": "^5.0.7",
    "redutser": "^0.13.3-t1",
    "redux": "^4.0.0",
    "yup": "^0.25.1"

Common functions

Not exposing them in a main file. Use require('@proerd/nextpress-client/lib/file') to get them.