UNPKG

tippy.js

Version:
82 lines (81 loc) 2.33 kB
{ "name": "tippy.js", "version": "2.5.2", "description": "Vanilla JS Tooltip Library", "author": "atomiks", "license": "MIT", "keywords": [ "tooltip", "tippy", "tippy.js" ], "main": "dist/tippy.all.js", "repository": { "type": "git", "url": "git+https://github.com/atomiks/tippyjs.git" }, "scripts": { "dev:docs": "parcel website/index.html -d docs/", "build:docs": "parcel build website/index.html -d docs/ --public-url ./", "dev": "parcel tests/index.html -d tests/dist/", "build": "node ./scripts/build.js && npm run prettier && npm run build:docs", "test": "eslint \"src/**/*.js\" && jest --verbose", "prettier": "prettier --write \"./**/*{js,scss}\"" }, "jest": { "setupFiles": [ "./tests/polyfills/createRange.js", "./tests/polyfills/MutationObserver.js" ] }, "prettier": { "printWidth": 90, "semi": false, "singleQuote": true }, "browserslist": [ "> 0.25%", "last 2 versions" ], "devDependencies": { "animejs": "^2.2.0", "autoprefixer": "^6.7.7", "babel-core": "^6.26.0", "babel-jest": "^22.4.1", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.6.1", "babel-preset-es2015-rollup": "^3.0.0", "babel-preset-stage-2": "^6.24.1", "caniuse-lite": "^1.0.30000815", "cssnano": "^3.10.0", "eslint": "^4.18.2", "feather-icons": "^4.7.0", "focus-visible": "^4.1.1", "hyperapp": "^1.2.5", "jest": "^22.4.2", "jsdom": "^11.6.2", "mutation-observer": "^1.0.3", "normalize.css": "^8.0.0", "parcel-bundler": "^1.7.0", "postcss": "^5.2.18", "postcss-cssnext": "^3.1.0", "postcss-import": "^11.1.0", "postcss-pxtorem": "^4.0.1", "prettier": "^1.11.1", "prismjs": "^1.12.2", "rollup": "^0.55.5", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-babel-minify": "^4.0.0", "rollup-plugin-commonjs": "^8.4.1", "rollup-plugin-css-only": "^0.2.0", "rollup-plugin-json": "^2.3.0", "rollup-plugin-node-resolve": "^3.2.0", "rollup-plugin-sass": "^0.4.10" }, "dependencies": { "popper.js": "^1.14.3" } }