59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "@lion/overlays",
|
|
"version": "0.29.1",
|
|
"description": "Overlays System using lit-html for rendering",
|
|
"license": "MIT",
|
|
"author": "ing-bank",
|
|
"homepage": "https://github.com/ing-bank/lion/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ing-bank/lion.git",
|
|
"directory": "packages/overlays"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"custom-elements.json",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"debug": "cd ../../ && npm run debug -- --group overlays",
|
|
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group overlays",
|
|
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group overlays",
|
|
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../ --copy-dir docs/docs/systems/overlays/assets",
|
|
"prepublishOnly": "npm run publish-docs",
|
|
"test": "cd ../../ && npm run test:browser -- --group overlays"
|
|
},
|
|
"sideEffects": [
|
|
"./docs/demo-overlay-backdrop.js",
|
|
"./docs/demo-overlay-system.js",
|
|
"./docs/applyDemoOverlayStyles.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.19.0",
|
|
"@popperjs/core": "^2.5.4",
|
|
"singleton-manager": "1.4.2"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"overlays",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./test-suites": "./test-suites/index.js",
|
|
"./translations/*": "./translations/*",
|
|
"./test-helpers": "./test-helpers/index.js",
|
|
"./docs/*": "./docs/*"
|
|
}
|
|
}
|