@thomasloven/round-slider
Version:
A simple round slider webcomponent - [demo](https://rawcdn.githack.com/thomasloven/round-slider/master/example.html)
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "@thomasloven/round-slider",
"version": "0.6.0",
"description": "",
"main": "round-slider.cjs",
"type": "module",
"module": "round-slider.js",
"typings": "round-slider.d.ts",
"dependencies": {
"lit": "^2.0.0-rc.2",
"tslib": "^2.2.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"rollup": "^3.8.1",
"rollup-plugin-terser": "^7.0.2",
"serve": "^14.1.2",
"typescript": "^4.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && rollup -c",
"watch": "tsc -w & rollup -c -w",
"develop": "npm run watch & npm run serve",
"serve": "serve",
"prepublishOnly": "tsc && rollup -c"
},
"keywords": [
"slider",
"round-slider",
"webcomponent",
"Lit",
"litElement"
],
"author": "thomasloven",
"license": "MIT",
"files": [
"round-slider.js",
"round-slider.cjs",
"round-slider.iife.js"
],
"repository": {
"url": "https://github.com/thomasloven/round-slider.git",
"type": "git"
}
}