UNPKG

@daypilot/modal

Version:

Build a modal dialog dynamically from code.

32 lines (31 loc) 757 B
{ "name": "@daypilot/modal", "version": "3.17.0", "description": "Build a modal dialog dynamically from code.", "author": "Annpoint, s.r.o.", "license": "Apache-2.0", "homepage": "https://modal.daypilot.org", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server --mode development", "build": "webpack --mode production" }, "keywords": [ "modal", "dialog", "alert", "prompt", "confirm", "form", "front-end" ], "devDependencies": { "copy-webpack-plugin": "^6.3.2", "terser-webpack-plugin": "^3.0.1", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0" } }