UNPKG

seamless-scroll-react

Version:
83 lines 1.9 kB
{ "name": "seamless-scroll-react", "author": { "name": "zhongfulin", "email": "1966411530@qq.com" }, "homepage": "https://gitee.com/zhongfulin123/seamless-scroll-react.git", "repository": { "type": "git", "url": "https://gitee.com/zhongfulin123/seamless-scroll-react.git" }, "description": "react无缝滚动和单步滚动", "version": "1.0.2", "license": "MIT", "main": "dist/index.js", "module": "dist/seamless-scroll-react.esm.js", "unpkg": "dist/index.js", "typings": "dist/index.d.ts", "keywords": [ "react-seamless-scroll", "seamless-scroll-react", "step-scroll", "seamless", "scroll", "step" ], "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 100, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "dependencies": { "throttle-debounce": "^5.0.0" }, "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "@size-limit/preset-small-lib": "^8.1.0", "@types/react": "^17.0.2", "autoprefixer": "^10.4.11", "cssnano": "^5.1.13", "husky": "^8.0.1", "less": "^4.1.3", "postcss": "^8.4.16", "react": "^17.0.2", "react-dom": "^17.0.2", "rollup-plugin-postcss": "^4.0.2", "size-limit": "^8.1.0", "tsdx": "^0.14.1", "tslib": "^2.4.0", "typescript": "^4.8.3" }, "browserslist": [ "last 2 versions", "Firefox ESR", "> 1%", "ie >= 11" ], "engines": { "node": ">=10" } }