1.1.9-dev1 • Published 7 years ago
@proerd/nextpress-client v1.1.9-dev1
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.
1.1.9-dev1
7 years ago
1.1.9
7 years ago
1.1.8
7 years ago
1.1.8-dev2
7 years ago
1.1.8-dev1
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.0
7 years ago