{ "name": "ivy-ui", "version": "1.0.0-beta.3", "description": "Stencil Component Starter", "main": "dist/index.cjs.js", "module": "dist/index.js", "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/uni/uni.esm.js", "repository": { "type": "git", "url": "https://github.com/ionic-team/stencil-component-starter.git" }, "files": [ "dist/", "loader/" ], "keywords": [ "component", "web-component", "ivy-ui", "ui" ], "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" }, "dependencies": { "@popperjs/core": "^2.11.6", "@stencil/core": "^2.19.2", "ivy-icon": "workspace:1.0.0-beta.1" }, "devDependencies": { "@types/jest": "^27.0.3", "jest": "^27.4.5", "jest-cli": "^27.4.5", "puppeteer": "^10.0.0" }, "license": "MIT", "private": false }