@digipolis-gent/modal
Version:
An accessible modal library as used by the gent_styleguide for the city of Ghent, Belgium.
46 lines (45 loc) • 1.26 kB
JSON
{
"name": "@digipolis-gent/modal",
"version": "1.0.4",
"description": "An accessible modal library as used by the gent_styleguide for the city of Ghent, Belgium.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"dev": "webpack --progress --colors --watch --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StadGent/npm_package_modal.git"
},
"keywords": [
"modal",
"gent",
"ghent",
"a11y",
"accessible",
"wcag"
],
"author": "Bart Delrue <bart.delrue@digipolis.gent>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/StadGent/npm_package_modal/issues"
},
"homepage": "https://github.com/StadGent/npm_package_modal#readme",
"browserslist": [
"defaults"
],
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"babel-plugin-add-module-exports": "^1.0.2",
"body-scroll-lock": "^3.1.5",
"eslint": "^8.32.0",
"eslint-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}