{
  "name": "@passfort/castle",
  "version": "0.1.12-alpha.1384+52e0a4c2",
  "description": "core components",
  "author": "Alex White <alex.white@passfort.com>",
  "homepage": "https://github.com/PassFort/castle-ui/tree/main/packages/castle#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": "https://github.com/PassFort/castle-ui",
  "scripts": {
    "start": "rollup -c rollup.config.dev.js -w",
    "test": "jest --runInBand",
    "build": "rollup -c",
    "get-icon-names": "gulp extractIconNames",
    "lint:fmt": "prettier --write './src/**/*.{js,jsx,ts,tsx}'",
    "lint": "eslint --ext js,jsx,ts,tsx src",
    "lint:fmt:staged": "prettier --write",
    "lint:staged": "eslint --fix",
    "lint:types": "tsc",
    "changed": "sh ./changed.sh"
  },
  "bugs": {
    "url": "https://github.com/PassFort/castle-ui/issues"
  },
  "peerDependencies": {
    "ag-grid-community": "^34.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/eslint-parser": "^7.16.5",
    "@babel/preset-env": "^7.16.7",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.16.7",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": " ^10.0.1",
    "@testing-library/dom": "^8.20.0",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^12.1.2",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^14.4.3",
    "@types/color": "^3.0.4",
    "@types/jest": "^28.1.7",
    "@types/jest-axe": "^3.5.5",
    "@types/react": "^18.0.12",
    "@types/react-datepicker": "4.8.0",
    "@types/react-file-icon": "^1.0.1",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "@zerollup/ts-transform-paths": "^1.7.18",
    "ag-grid-community": "^34.0.0",
    "babel-jest": "^29.4.3",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "gulp": "^4.0.2",
    "jest": "^28.1.3",
    "jest-axe": "^8.0.0",
    "jest-environment-jsdom": "^28.1.3",
    "postcss": "^8.4.21",
    "prettier": "^2.5.1",
    "react": "^17",
    "react-dom": "^17",
    "rollup": "^2.73.0",
    "rollup-jest": "^3.0.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-includepaths": "^0.2.4",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "ts-jest": "^28.0.8",
    "tslib": "^2.7.0",
    "ttypescript": "^1.5.13"
  },
  "dependencies": {
    "@chakra-ui/react": "^1.8.6",
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "@tanstack/react-table": "^8.7.0",
    "@types/react-measure": "^2.0.8",
    "color": "^4.2.1",
    "date-fns": "^4.1.0",
    "framer-motion": "^6.x",
    "moment": "^2.29.4",
    "prism-react-renderer": "^2.4.0",
    "react-children-utilities": "^2.10.0",
    "react-country-flag": "^3.0.2",
    "react-datepicker": "4.8.0",
    "react-file-icon": "^1.2.0",
    "react-keyed-flatten-children": "^3.0.0",
    "react-measure": "^2.5.2",
    "react-tiny-popover": "^8.1.2",
    "recharts": "^2.13.0",
    "sass": "^1.80.6",
    "smart-array-filter": "^4.0.0",
    "sonner": "^2.0.3",
    "typescript": "4.7.4",
    "usehooks-ts": "^3.1.0"
  },
  "gitHead": "52e0a4c22ca2bdf578672df2d781f8a4ba03eaf2"
}
