UNPKG

@hffxx/react-overflow-box

Version:
111 lines (110 loc) 3.27 kB
{ "private": false, "name": "@hffxx/react-overflow-box", "version": "1.4.5", "description": "Implements mobile-like drag", "main": "build/index.js", "readme": "README.md", "files": [ "build/**/*" ], "types": "build/index.d.ts", "scripts": { "test": "jest", "build:clean": "rimraf build", "build:rollup": "rollup -c", "build": "npm-run-all build:clean build:rollup", "lint:ts": "eslint ./src --ext .ts,.tsx --config .eslintrc --fix", "lint:styles": "stylelint \"**/*.css\" --fix", "lint": "npm-run-all lint:ts lint:styles", "format": "prettier --write .", "semantic-release": "semantic-release", "storybook": "start-storybook -p 6006" }, "keywords": [ "react", "overflow", "box", "drag", "dragging", "scroll", "dragandscroll", "library", "typescript", "lightweight", "draggable", "like", "mobile", "rwd", "responsive", "grab", "move" ], "author": "Maciej Hoffmann", "license": "MIT", "dependencies": { "clsx": "^1.2.1" }, "peerDependencies": { "clsx": "^1.2.1", "react": "^18.0.2", "react-dom": "^18.0.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-typescript": "^8.2.5", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.6", "@semantic-release/npm": "^9.0.1", "@semantic-release/release-notes-generator": "^10.0.3", "@storybook/addon-actions": "^6.5.12", "@storybook/addon-knobs": "^6.4.0", "@storybook/builder-webpack5": "^6.5.12", "@storybook/manager-webpack5": "^6.5.12", "@storybook/react": "^6.5.12", "@testing-library/react": "^12.1.5", "@types/jest": "^29.1.2", "@types/react": "^18.0.2", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-simple-import-sort": "^8.0.0", "jest": "^29.1.2", "jest-css-modules": "^2.1.0", "jest-environment-jsdom": "^29.1.2", "npm-run-all": "^4.1.5", "postcss": "^8.4.17", "prettier": "^2.7.1", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "rollup": "^2.56.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.1", "rollup-plugin-terser": "^7.0.2", "semantic-release": "^19.0.5", "stylelint": "^14.13.0", "stylelint-config-idiomatic-order": "^9.0.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^28.0.0", "stylelint-order": "^5.0.0", "stylelint-prettier": "^2.0.0", "ts-jest": "^29.0.3", "tslib": "^2.4.0", "typescript": "^4.3.5" }, "repository": { "type": "git", "url": "https://github.com/hffxx/react-overflow-box.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" } }