UNPKG

@getgrass/pagination

Version:
76 lines (75 loc) 2.19 kB
{ "version": "0.0.2", "homepage": "https://github.com/Wynd-Network/pagination", "name": "@getgrass/pagination", "main": "./dist/index.js", "types": "./dist/index.d.ts", "author": "Grass", "repository": { "type": "git", "url": "https://github.com/Wynd-Network/pagination.git", "directory": "packages/pagination" }, "keywords": [ "chakra-ui", "react", "pagination", "ajna" ], "scripts": { "start": "react-scripts start", "clean": "rm -rf node_modules yarn.lock", "prebuild": "rm -rf dist", "build": "rollup --config rollup.config.js", "build:types": "tsc --declaration --emitDeclarationOnly --declarationDir dist", "lint": "eslint src --ext ts,tsx", "lint:fix": "yarn lint --fix", "lint:types": "tsc --noEmit", "watch:types": "yarn build:types --watch", "watch:build": "yarn build --watch" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "dependencies": { "framer-motion": "^10.16.4", "lodash.union": "^4.6.0" }, "peerDependencies": { "@chakra-ui/react": "^2.2.1", "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "framer-motion": "^10.16.4", "react": "^18.1.0", "react-dom": "^18.1.0", "react-scripts": "5.0.1" }, "devDependencies": { "@chakra-ui/react": "^2.2.1", "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@types/lodash.union": "^4.6.7", "@types/react": "^18.0.12", "@types/react-dom": "^18.0.5", "framer-motion": "^10.16.4", "react": "^18.1.0", "react-dom": "^18.1.0", "react-icons": "^4.4.0", "react-scripts": "5.0.1", "rollup": "^2.75.6", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", "typescript": "~4.7.3" }, "description": "## Table of Contents", "bugs": { "url": "https://github.com/Wynd-Network/pagination.git" }, "license": "MIT", "gitHead": "de833a6d885bf54d9d26d53f4600b9f8ba02b4ed" }