UNPKG

@digix-ui/dialog

Version:

Stencil Component Starter

33 lines (32 loc) 856 B
{ "name": "@digix-ui/dialog", "version": "0.0.3", "description": "Stencil Component Starter", "main": "dist/index.js", "module": "dist/index.mjs", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/dialog/dialog.js", "files": [ "dist/", "loader/" ], "scripts": { "build": "stencil build --docs", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate" }, "devDependencies": { "@stencil/core": "^1.12.2" }, "license": "MIT", "dependencies": { "@stencil/sass": "^1.3.2", "digix-ui": "^2.15.3" } }