UNPKG

@xcritical/pagination

Version:
51 lines (50 loc) 1.3 kB
{ "name": "@xcritical/pagination", "version": "1.3.3", "description": "Pagination component", "main": "dist/index.js", "source": "src/index.ts", "xc:source": "src/index.ts", "module": "dist/pagination.esm.js", "types": "dist/typings.d.ts", "files": [ "dist" ], "scripts": { "test": "exit 0", "compile": "tsdx build --format cjs,esm --verbose && api-extractor run", "compile:local": "tsdx build --format cjs,esm --verbose && api-extractor run --local", "build": "yarn clean && yarn compile", "clean": "rimraf dist lib .publish" }, "repository": { "type": "git", "url": "git+https://github.com:xcritical-software/xc-front-kit.git" }, "keywords": [ "pagination", "style-components", "themed" ], "publishConfig": { "access": "public" }, "author": "XCritical Software", "license": "MIT", "homepage": "https://github.com/xcritical-software/xc-front-kit/tree/develop/packages/pagination#readme", "private": false, "peerDependencies": { "react": "^16.8.3", "styled-components": "^5.3.3" }, "devDependencies": { "@types/lodash.range": "^3.2.6" }, "dependencies": { "@xcritical/button": "^2.5.0", "@xcritical/select": "^1.3.1", "@xcritical/theme": "^1.3.0", "lodash.range": "^3.2.0" }, "gitHead": "4d179801a60e16c6ce9df24de69ca26ff36cf322" }