{ "name": "@ionic/core", "version": "4.0.0-beta.19", "description": "Base components for Ionic", "keywords": [ "ionic", "framework", "stencil", "mobile", "app", "webapp", "capacitor", "cordova", "electron", "progressive web app", "pwa" ], "main": "dist/index.js", "module": "dist/esm/es5/index.js", "types": "dist/types/interface.d.ts", "collection": "dist/collection/collection-manifest.json", "webComponents": "dist/web-components.json", "unpkg": "dist/ionic.js", "files": [ "dist/", "css/", "loader/" ], "dependencies": { "ionicons": "4.5.0" }, "devDependencies": { "@stencil/core": "0.16.1", "@stencil/sass": "0.1.1", "@stencil/utils": "latest", "@types/jest": "^23.3.1", "@types/puppeteer": "1.6.4", "@types/swiper": "4.2.4", "@types/node": "10.11.0", "agadoo": "^1.0.0", "autoprefixer": "^9.0.2", "aws-sdk": "^2.320.0", "chromedriver": "^2.38.3", "clean-css-cli": "^4.1.11", "fs-extra": "^7.0.0", "jest": "23.6.0", "jest-cli": "23.6.0", "np": "^3.0.4", "pixelmatch": "4.0.2", "puppeteer": "1.8.0", "rollup": "^0.67.4", "rollup-plugin-node-resolve": "^4.0.0", "stylelint": "~9.9.0", "stylelint-order": "~2.0.0", "swiper": "4.4.2", "tslint": "^5.10.0", "tslint-ionic-rules": "0.0.21", "tslint-react": "^3.6.0", "typescript": "^2.9.2" }, "scripts": { "build": "npm run clean && npm run build.css && npm run build.vendor && stencil build --docs", "build.vendor": "rollup --config ./scripts/swiper.rollup.config.js", "build.css": "npm run css.sass && npm run css.minify", "build.debug": "npm run clean && stencil build --debug", "build.docs.json": "stencil build --docs-json dist/docs.json", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "clean": "node scripts/clean.js", "css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css", "css.sass": "node-sass --output ./css src/css --output-style compressed", "lint": "npm run lint.ts && npm run lint.sass", "lint.fix": "npm run lint.ts.fix && npm run lint.sass.fix", "lint.sass": "stylelint 'src/**/*.scss'", "lint.sass.fix": "npm run lint.sass -- --fix", "lint.ts": "tslint --project .", "lint.ts.fix": "tslint --project . --fix", "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next", "start": "npm run build.css && stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.spec": "stencil test --spec", "test.e2e": "stencil test --e2e", "test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/dev.js", "test.screenshot.ci": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci", "test.watch": "jest --watch --no-cache", "tsc": "./node_modules/.bin/tsc -p .", "test.treeshake": "agadoo dist/collection/index.js", "validate": "npm run lint && npm run test && npm run build && npm run test.treeshake" }, "author": "Ionic Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ionic-team/ionic.git" }, "bugs": { "url": "https://github.com/ionic-team/ionic/issues" }, "homepage": "https://github.com/ionic-team/ionic#readme" }