UNPKG

@zkreations/tooltips

Version:

Tiny and powerful tooltips with pure CSS

59 lines (58 loc) 1.78 kB
{ "name": "@zkreations/tooltips", "version": "4.2.2", "description": "Tiny and powerful tooltips with pure CSS", "files": [ "tooltips.css", "tooltips.min.css", "scss/**/*.scss" ], "style": "tooltips.min.css", "sass": "scss/tooltips.scss", "exports": { ".": { "style": "./tooltips.min.css", "default": "./tooltips.min.css", "sass": "./scss/tooltips.scss" }, "./tooltips.css": "./tooltips.css", "./tooltips.min.css": "./tooltips.min.css", "./scss/*": "./scss/*" }, "scripts": { "start": "npm-run-all --parallel watch:css serve", "compile": "npm-run-all compile:css minify:css", "compile:css": "sass --style expanded --no-source-map scss/:./", "minify:css": "lightningcss --minify --bundle --targets \">= 0.25%\" tooltips.css -o tooltips.min.css", "watch:css": "sass --watch ./scss:./ --style expanded --no-source-map", "lint:css": "stylelint scss/**/*.scss --config .stylelintrc.json", "lint:css:fix": "stylelint scss/**/*.scss --config .stylelintrc.json --fix", "serve": "servor ./ --reload --browse" }, "repository": { "type": "git", "url": "git+https://github.com/zkreations/tooltips.git" }, "keywords": [ "css", "tooltips", "nojs", "pure-css", "ui", "frontend" ], "author": "Abel Moreira Moreno", "license": "MIT", "bugs": { "url": "https://github.com/zkreations/tooltips/issues" }, "homepage": "https://github.com/zkreations/tooltips#readme", "devDependencies": { "lightningcss-cli": "^1.32.0", "npm-run-all": "^4.1.5", "sass": "^1.99.0", "servor": "^4.0.2", "stylelint": "^17.7.0", "stylelint-config-standard-scss": "^17.0.0" } }