UNPKG

@cocreate/modal

Version:

A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.

59 lines (58 loc) 2.03 kB
{ "name": "@cocreate/modal", "version": "1.18.3", "description": "A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.", "keywords": [ "modal", "low-code", "realtime", "realtime-framework", "collaboration", "shared-editing", "html5-framework", "javascript-framework" ], "publishConfig": { "access": "public" }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "npx webpack --mode=production --config webpack.config.js", "dev": "npx webpack --config webpack.config.js --watch", "postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\"" }, "repository": { "type": "git", "url": "git+https://github.com/CoCreate-app/CoCreate-modal.git" }, "author": "CoCreate LLC", "license": "MIT", "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" }, "homepage": "https://cocreate.app/docs/modal", "funding": { "type": "GitHub Sponsors ❤", "url": "https://github.com/sponsors/CoCreate-app" }, "main": "./src/index.js", "devDependencies": { "css-loader": "^5.1.3", "esbuild": "^0.25.2", "esbuild-loader": "^4.3.0", "mini-css-extract-plugin": "^1.5.0", "webpack": "^5.24.4", "webpack-cli": "^4.5.0", "webpack-log": "^3.0.1" }, "dependencies": { "@cocreate/actions": "^1.21.1", "@cocreate/crud-client": "^1.34.2", "@cocreate/element-prototype": "^1.29.1", "@cocreate/local-storage": "^1.16.2", "@cocreate/observer": "^1.18.1", "@cocreate/position": "^1.10.2", "@cocreate/socket-client": "^1.40.2", "@cocreate/uuid": "^1.12.1" } }