{
  "name": "@tradetrust-tt/tradetrust-ui-components",
  "version": "3.3.2",
  "release": {
    "branches": [
      "master",
      {
        "name": "v3",
        "prerelease": "alpha"
      }
    ],
    "tagFormat": "v${version}"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TradeTrust/tradetrust-ui-components.git"
  },
  "license": "Apache-2.0",
  "sideEffects": [
    "*.css"
  ],
  "main": "build/index.js",
  "types": "build/esm/index.d.ts",
  "files": [
    "build",
    "src"
  ],
  "scripts": {
    "build": "cross-env NODE_ENV=production CI=false run-s build:*",
    "build:css": "npx tailwindcss -i src/tailwind.css -o build/styles.css",
    "build:js": "webpack --mode production",
    "build:type": "tsc --module es6 --declaration --emitDeclarationOnly --outDir build/esm",
    "integration": "testcafe chrome integration/tests/**/*.spec.ts",
    "integration:ci": "start-server-and-test storybook:ci http://localhost:9009 integration:headless",
    "integration:single": "testcafe chrome -L",
    "integration:headless": "testcafe -c 3 chrome:headless integration/tests/**/*.spec.ts -s takeOnFails=true",
    "lint": "eslint . --ext .ts,.tsx,.mdx --max-warnings 0",
    "lint:type": "npx --no-install tsc --noEmit --sourceMap false",
    "lint:fix": "npm run lint -- --fix",
    "prep": "run-s lint:fix lint:type test build integration:ci",
    "start": "run-p start:css storybook",
    "start:css": "npx tailwindcss -i src/tailwind.css -o .storybook/styles.css --watch",
    "storybook": "sleep 2 && storybook dev -p 9009",
    "storybook:build": "npm run storybook:css && sleep 2 && storybook build -o docs",
    "storybook:ci": "npm run storybook:css && sleep 2 && storybook dev -p 9009 --ci",
    "storybook:css": "NODE_ENV=production npx tailwindcss -i src/tailwind.css -o .storybook/styles.css",
    "test": "jest --ci",
    "test:coverage": "npm run test -- --coverage",
    "test:watch": "npm run test -- --watch"
  },
  "browserslist": [
    "last 2 Chrome versions",
    "last 2 Opera versions",
    "last 2 Firefox versions",
    "last 2 Edge versions",
    "last 1 Safari version",
    "IE >= 11"
  ],
  "dependencies": {
    "@tradetrust-tt/address-identity-resolver": "^1.6.1",
    "buffer": "^6.0.3",
    "debug": "^4.3.4",
    "lodash": "^4.17.21",
    "postcss": "^8.5.1",
    "react-feather": "^2.0.10",
    "tailwindcss": "^3.4.17",
    "validator": "^13.9.0"
  },
  "devDependencies": {
    "@babel/core": "^7.21.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
    "@babel/plugin-transform-optional-chaining": "^7.24.8",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.4",
    "@chromatic-com/storybook": "^3.2.4",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@storybook/addon-essentials": "^8.5.1",
    "@storybook/addon-styling-webpack": "^1.0.1",
    "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
    "@storybook/react": "^8.5.1",
    "@storybook/react-webpack5": "^8.5.1",
    "@storybook/source-loader": "^8.5.1",
    "@storybook/test": "^8.5.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^12.0.0",
    "@types/debug": "4.1.7",
    "@types/lodash": "^4.14.194",
    "@types/react": "^17.0.2",
    "@types/validator": "^13.7.15",
    "@typescript-eslint/eslint-plugin": "^5.59.1",
    "@typescript-eslint/parser": "^5.59.1",
    "babel-loader": "^9.1.2",
    "babel-plugin-macros": "^3.1.0",
    "copy-webpack-plugin": "^11.0.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.39.0",
    "eslint-plugin-storybook": "^0.11.2",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "npm-run-all": "^4.1.5",
    "path-browserify": "^1.0.1",
    "postcss-loader": "^8.1.1",
    "postcss-selector-parser": "^7.0.0",
    "prettier": "^2.8.8",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "start-server-and-test": "^2.0.0",
    "storybook": "^8.5.1",
    "testcafe": "^3.6.2",
    "typescript": "^4.9.5",
    "url-loader": "^4.1.1",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1"
  },
  "peerDependencies": {
    "react": ">=17.0.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
