{
  "name": "altrone-ui",
  "version": "3.5.0",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "publish:release": "npm run test && npm run test-storybook && npm run build && npm publish",
    "publish:beta": "npm run test && npm run test-storybook && npm run build && npm publish --tag beta",
    "publish:rc": "npm run test:pre-release && npm run build && npm publish --tag rc",
    "publish:dev": "npm run test && npm run test-storybook && npm run build && npm publish --tag dev",
    "build": "vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "storybook:test": "test-storybook",
    "test:pre-release": "npm run test:unit && npm run test:e2e-chrome && npm run test:e2e-firefox",
    "test:unit": "vitest --no-watch",
    "test:unit-ui": "vitest --ui",
    "test:coverage": "vitest run --coverage",
    "test:e2e-chrome": "npx cypress run --component --browser chrome --env type=regression",
    "test:e2e-chrome-refresh": "npx cypress run --component --browser chrome --env type=base updateSnapshots=true",
    "test:e2e-firefox": "npx cypress run --component --browser firefox",
    "test:e2e": "npx cypress run --component --browser chrome",
    "test:e2e-ui": "npx cypress open --env type=regression",
    "check-circular-dependencies": "dpdm --no-warning --no-tree ./src/index.ts",
    "visualize-bundle": "vite-bundle-visualizer"
  },
  "dependencies": {
    "@floating-ui/react": "0.27.7",
    "@material-symbols/font-500": "0.31.2",
    "clsx": "2.1.1",
    "dayjs": "1.11.13",
    "debounce": "2.2.0",
    "focus-trap-react": "10.3.1",
    "lodash-es": "4.17.21",
    "rc-util": "5.43.0",
    "react-colorful": "5.6.1",
    "react-hotkeys-hook": "4.6.2",
    "react-number-format": "5.4.4",
    "react-toastify": "10.0.7-5"
  },
  "devDependencies": {
    "@babel/preset-react": "7.24.1",
    "@babel/preset-typescript": "7.24.1",
    "@chromatic-com/storybook": "^3.2.4",
    "@fontsource-variable/inter": "^5.1.0",
    "@fontsource-variable/jetbrains-mono": "^5.1.0",
    "@storybook/addon-a11y": "^8.5.0",
    "@storybook/addon-essentials": "^8.5.0",
    "@storybook/addon-interactions": "^8.5.0",
    "@storybook/addon-links": "^8.5.0",
    "@storybook/addon-onboarding": "^8.5.0",
    "@storybook/addon-themes": "^8.5.0",
    "@storybook/blocks": "^8.5.0",
    "@storybook/cli": "^8.5.0",
    "@storybook/manager-api": "^8.5.0",
    "@storybook/react": "^8.5.0",
    "@storybook/react-vite": "^8.5.0",
    "@storybook/test": "^8.5.0",
    "@storybook/test-runner": "^0.21.0",
    "@storybook/theming": "^8.5.0",
    "@testing-library/cypress": "^10.0.3",
    "@testing-library/jest-dom": "6.4.2",
    "@testing-library/react": "14.2.2",
    "@types/jest": "^29.5.14",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "20.11.30",
    "@types/react": "18.2.66",
    "@types/react-dom": "18.2.22",
    "@typescript-eslint/eslint-plugin": "7.2.0",
    "@typescript-eslint/parser": "7.2.0",
    "@vitejs/plugin-react": "4.2.1",
    "@vitest/ui": "1.4.0",
    "babel-plugin-transform-scss": "1.2.0",
    "cypress": "^14.0.0",
    "cypress-visual-regression": "^5.2.2",
    "eslint": "8.57.0",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-react-refresh": "0.4.6",
    "eslint-plugin-storybook": "^0.11.2",
    "jest-dom": "4.0.0",
    "jsdom": "^26.0.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "sass": "^1.83.4",
    "sass-embedded": "^1.83.4",
    "storybook": "^8.5.0",
    "storybook-addon-mock-date": "^0.6.0",
    "storybook-mock-date-decorator": "^2.0.6",
    "ts-node": "10.9.2",
    "typescript": "5.4.4",
    "vite": "5.4.10",
    "vite-bundle-visualizer": "^1.2.1",
    "vite-plugin-dts": "^3.9.1",
    "vite-plugin-lib-inject-css": "^2.1.1",
    "vite-tsconfig-paths": "4.3.2",
    "vitest": "1.4.0"
  },
  "author": {
    "name": "Alexander Perevezentsev",
    "email": "apcom@live.ru"
  }
}
