{
  "name": "@vitality-ds/core",
  "displayName": "core",
  "version": "3.10.0",
  "description": "The best of the best.",
  "repository": "https://github.com/genie-engineering/vitality",
  "main": "./dist/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/core/src",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:declaration",
    "build:cjs": "VITALITY_DS_ENV=cjs babel --config-file ./babel.config.json ./src --out-dir ./dist --ignore \"**/*.test.js\" --extensions \".ts,.tsx\"",
    "build:esm": "VITALITY_DS_ENV=esm babel --config-file ./babel.config.json ./src --out-dir ./dist/esm --ignore \"**/*.test.js\" --extensions \".ts,.tsx\"",
    "build:declaration": "tsc",
    "develop": "npm run build:esm -- --watch",
    "clean": "rimraf -rf ./dist",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "lint": "eslint --ext .ts,.tsx,.js . --max-warnings 0 --ignore-path ../../.eslintignore",
    "lint:fix": "npm run lint -- --fix"
  },
  "dependencies": {
    "@babel/preset-typescript": "^7.15.0",
    "@emotion/react": "^11.10.5",
    "@radix-ui/react-avatar": "1.0.4",
    "@radix-ui/react-checkbox": "1.0.4",
    "@radix-ui/react-dialog": "1.0.5",
    "@radix-ui/react-dropdown-menu": "2.0.6",
    "@radix-ui/react-popover": "1.0.7",
    "@radix-ui/react-progress": "1.0.3",
    "@radix-ui/react-radio-group": "1.1.3",
    "@radix-ui/react-switch": "1.0.3",
    "@radix-ui/react-tabs": "1.0.4",
    "@radix-ui/react-tooltip": "1.0.7",
    "@stitches/react": "^1.2.7",
    "@table-library/react-table-library": "^4.0.23",
    "@testing-library/react": "^12.1.2",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/react": "^17.0.17",
    "@vitality-ds/icons": "^3.10.0",
    "@vitality-ds/system": "^3.10.0",
    "@vitality-ds/tokens": "^3.8.0",
    "lodash": "^4.17.21",
    "lodash-es": "4.17.21",
    "luxon": "^3.1.1",
    "react-calendar": "4.0.0",
    "react-select": "^5.7.0",
    "react-text-mask": "5.5.0"
  },
  "peerDependencies": {
    "react": "^16.8.2",
    "react-dom": "^16.8.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.10",
    "@babel/core": "^7.18.10",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
    "@babel/plugin-transform-react-constant-elements": "^7.18.9",
    "@babel/plugin-transform-runtime": "^7.18.10",
    "@babel/preset-env": "^7.18.10",
    "@babel/preset-react": "^7.18.6",
    "babel-eslint": "^10.0.3",
    "babel-plugin-istanbul": "^5.2.0",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-module-resolver": "^5.0.0",
    "babel-plugin-transform-dev-warning": "^0.1.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "1.15.8",
    "react": "^16.8.2",
    "react-dom": "^16.8.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "39f21021796982229df38afda80f1df14a2e53f5"
}
