UNPKG

round-carousel-component

Version:

An infinitely scrollable 3D carousel component for the web

96 lines (95 loc) 2.47 kB
{ "name": "round-carousel-component", "version": "1.3.0", "description": "An infinitely scrollable 3D carousel component for the web", "keywords": [ "3D", "Carousel", "3D Carousel", "3D Component" ], "homepage": "https://round-carousel-component.atanas.info", "bugs": { "url": "https://github.com/scriptex/round-carousel-component/issues", "email": "hi@atanas.info" }, "license": "MIT", "author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)", "funding": "https://github.com/sponsors/scriptex", "main": "dist/round-carousel.js", "style": "dist/round-carousel.css", "types": "dist/round-carousel.d.ts", "repository": { "type": "git", "url": "github:scriptex/round-carousel-component" }, "scripts": { "js": "webpack --mode production --config config/webpack.config.js", "css": "postcss src/round-carousel.css -o dist/round-carousel.css -c config", "copy": "cp -r dist demo", "clear": "rm -rf ./dist && rm -rf ./demo/dist", "build": "yarn clear && yarn css && yarn js && yarn copy", "release-minor": "release-it minor --ci", "release-patch": "release-it patch --ci", "release-major": "release-it major --ci", "changelog-local": "npx auto-changelog" }, "dependencies": { "touchsweep": "2.2.0" }, "devDependencies": { "autoprefixer": "10.5.0", "parcel": "2.16.4", "postcss": "8.5.15", "postcss-cli": "11.0.1", "release-it": "20.2.0", "ts-loader": "9.6.0", "typescript": "6.0.3", "webpack": "5.107.2", "webpack-cli": "7.0.3" }, "peerDependencies": { "touchsweep": "^1 || ^2" }, "release-it": { "hooks": { "after:release": "yarn changelog-local && git add CHANGELOG.md && git commit -m \"Update CHANGELOG.md with the latest changes\" --no-verify && git push" }, "use": "pkg.version", "git": { "changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}", "requireCleanWorkingDir": true, "requireBranch": false, "requireUpstream": false, "requireCommits": false, "addUntrackedFiles": false, "commit": true, "commitMessage": "Release ${version}", "commitArgs": [ "--no-verify" ], "tag": true, "tagName": "${version}", "tagAnnotation": "Release ${version}", "tagArgs": [], "push": true, "pushArgs": [ "--follow-tags" ], "pushRepo": "" }, "github": { "release": false }, "gitlab": { "release": false }, "npm": { "publish": false } }, "browserslist": [ "> 1%", "last 2 versions" ] }