tether
Version:
A client-side library to make absolutely positioned elements attach to elements in the page efficiently.
80 lines (79 loc) • 2.75 kB
JSON
{
"name": "tether",
"version": "2.0.0",
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
"authors": [
"Zack Bloom <zackbloom@gmail.com>",
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/shipshapecode/tether.git"
},
"license": "MIT",
"maintainers": [
"Nicholas Hwang <nick.joosung.hwang@gmail.com>",
"Trevor Burnham <trevorburnham@gmail.com>"
],
"main": "dist/js/tether.js",
"module": "dist/js/tether.esm.js",
"scripts": {
"build": "yarn clean && rollup -c",
"changelog": "github_changelog_generator -u shipshapecode -p tether --since-tag v1.4.7",
"clean": "rimraf dist",
"cy:open": "./node_modules/.bin/cypress open",
"cy:run": "./node_modules/.bin/cypress run",
"lint:js": "eslint . --ext js",
"start": "yarn watch",
"start-test-server": "http-server -p 9002",
"test": "yarn lint:js && yarn test:ci",
"test:ci": "yarn test:unit:ci && yarn test:cy:ci",
"test:cy:ci": "yarn build && start-server-and-test start-test-server http://localhost:9002 cy:run",
"test:cy:watch": "yarn build && start-server-and-test start-test-server http://localhost:9002 cy:open",
"test:unit:ci": "jest --coverage",
"test:unit:watch": "jest --watch",
"watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@testing-library/jest-dom": "^5.11.10",
"autoprefixer": "^10.2.5",
"babel-jest": "^26.6.3",
"babel-plugin-rewire": "^1.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"chai": "^4.3.4",
"cssnano": "^4.1.10",
"cypress": "6.8.0",
"eslint": "^7.22.0",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-ship-shape": "^0.8.1",
"http-server": "^0.12.3",
"jest": "^26.6.3",
"jest-expect-message": "^1.0.2",
"jest-transform-css": "^2.1.0",
"mutationobserver-shim": "^0.3.7",
"postcss": "^8.2.8",
"release-it": "^14.2.1",
"release-it-lerna-changelog": "^3.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.42.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-browsersync": "^1.3.1",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-license": "^2.3.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^4.2.2",
"sinon": "^10.0.0",
"start-server-and-test": "^1.12.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"volta": {
"node": "10.23.0",
"yarn": "1.22.10"
}
}