@proerd/nextpress-client
TypeScript icon, indicating that this package has built-in type declarations

1.1.9-dev1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @proerd/nextpress-client

Weekly Downloads

12

Version

1.1.9-dev1

License

none

Unpacked Size

43.9 kB

Total Files

34

Last publish

Collaborators

  • wkrueger128