{
  "name": "@bkkr/core",
  "version": "6.3.2",
  "description": "Heart of BKKR Framework.",
  "author": "Imre Bekker",
  "contributors": [
    "bkkr-team"
  ],
  "license": "MIT",
  "homepage": "https://github.com/bkkr-team/bkkr-framework",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.js",
  "es2015": "./dist/esm/index.js",
  "es2017": "./dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "types": "./dist/types/interface.d.ts",
  "collection": "./dist/collection/collection-manifest.json",
  "collection:main": "./dist/collection/index.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "npm run clean && stencil build --docs --es5",
    "build:debug": "npm run clean && stencil build --debug",
    "build:docs": "stencil build --docs",
    "build:docs:json": "stencil build --docs-json",
    "clean": "node scripts/clean.js",
    "eslint": "eslint src",
    "lint": "npm-run-all --parallel lint:sass lint:ts prettier",
    "lint:fix": "npm-run-all --parallel lint:sass:fix lint:ts:fix prettier:fix",
    "lint:sass": "stylelint \"src/**/*.scss\"",
    "lint:sass:fix": "npm run lint:sass -- --fix",
    "lint:ts": "npm run eslint",
    "lint:ts:fix": "npm run eslint -- --fix",
    "prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"",
    "prettier:fix": "npm run prettier -- --write",
    "start": "npm-run-all watch:serve",
    "test": "stencil test --spec --e2e",
    "test:watch": "stencil test --spec --e2e --watchAll",
    "watch": "stencil build --dev --watch",
    "watch:serve": "stencil build --dev --watch --serve"
  },
  "dependencies": {
    "@bkkr/choices": "^10.1.3",
    "@stencil/core": "^2.19.2",
    "js-datepicker": "^5.18.0",
    "swiper": "^6.8.4",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^6.2.1",
    "@ionic/eslint-config": "^0.3.0",
    "@ionic/prettier-config": "^2.0.0",
    "@jest/core": "^27.5.1",
    "@stencil/angular-output-target": "^0.4.0",
    "@stencil/react-output-target": "^0.3.1",
    "@stencil/sass": "^2.0.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^14.6.0",
    "@types/swiper": "5.4.0",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "eslint": "^8.17.0",
    "eslint-config-prettier": "^8.5.0",
    "execa": "^5.0.0",
    "fs-extra": "^9.0.1",
    "jest": "^27.5.1",
    "jest-cli": "^27.5.1",
    "moment": "2.29.4",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "sass": "^1.52.3",
    "stylelint": "^14.9.1",
    "stylelint-config-prettier": "^9.0.3",
    "stylelint-config-standard-scss": "^4.0.0",
    "stylelint-order": "^5.0.0",
    "stylelint-prettier": "^2.0.0",
    "typescript": "^4.4.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bkkr-team/bkkr-framework.git",
    "directory": "packages/core"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "name": "@bkkr/core"
  },
  "bugs": {
    "url": "https://github.com/bkkr-team/bkkr-framework/issues"
  },
  "gitHead": "174b7f896e5f988fe06976af013675fc8a3ef806"
}
