UNPKG

view-scroller

Version:
71 lines (70 loc) 1.89 kB
{ "name": "view-scroller", "version": "1.2.17", "description": "page scroller plugin", "main": "dist/index.main.js", "module": "dist/index.main.js", "types": "types/index.d.ts", "unpkg": "dist/index.global.js", "exports": { ".": { "import": "./dist/index.main.js" } }, "files": [ "dist", "types" ], "scripts": { "start": "node server.js", "serve": "npm run watch", "watch": "webpack --watch --mode development --progres --hide-modules", "build": "npm run clean && webpack --mode production --progress --hide-modules", "clean": "shx rm -rf dist/*", "script": "tsc ./src/index.ts --jsx preserve", "tsc": "npm run clean && tsc", "tsc:w": "tsc -w" }, "author": "chaosst", "license": "MIT", "devDependencies": { "@babel/core": "^7.13.1", "@babel/preset-env": "^7.13.5", "babel-loader": "^8.2.2", "babel-polyfill": "^6.26.0", "css-loader": "^2.1.0", "mini-css-extract-plugin": "^2.2.0", "node-sass": "^4.11.0", "optimize-css-assets-webpack-plugin": "^5.0.1", "resize-observer-polyfill": "^1.5.1", "sass-loader": "^7.1.0", "shx": "^0.3.2", "style-loader": "^2.0.0", "ts-loader": "^8.0.17", "ts-node": "^9.1.1", "typescript": "^4.1.2", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.46.0", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.2.1" }, "dependencies": { "snabbdom": "2.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/chaosst/view-scroller.git" }, "keywords": [ "scrollbar", "typescript", "javascript", "vue", "react", "angularJs" ], "bugs": { "url": "https://github.com/chaosst/view-scroller/issues" }, "homepage": "https://github.com/chaosst/view-scroller#readme" }