{
  "name": "@salutejs/plasma-ui",
  "version": "1.345.0",
  "description": "Salute Design System.",
  "main": "index.js",
  "module": "es/index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:salute-developers/plasma.git"
  },
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@salutejs/plasma-core": "1.223.0",
    "@salutejs/plasma-typo": "0.42.0",
    "color": "3.1.2",
    "lodash.throttle": "4.1.1",
    "react-draggable": "4.4.3"
  },
  "peerDependencies": {
    "@salutejs/plasma-icons": "^1.0.0",
    "@salutejs/plasma-tokens": "^1.0.0",
    "react": ">=16.13.1",
    "react-dom": ">=16.13.1",
    "styled-components": "^5.1.1"
  },
  "devDependencies": {
    "@babel/cli": "7.24.1",
    "@babel/core": "7.24.4",
    "@babel/plugin-transform-class-properties": "7.24.1",
    "@babel/plugin-transform-react-constant-elements": "7.24.1",
    "@babel/preset-env": "7.24.4",
    "@babel/preset-react": "7.24.1",
    "@babel/preset-typescript": "7.24.1",
    "@salutejs/plasma-cy-utils": "0.153.0",
    "@salutejs/plasma-icons": "1.235.0",
    "@salutejs/plasma-sb-utils": "0.223.0",
    "@salutejs/plasma-tokens": "1.135.0",
    "@salutejs/use-virtual": "2.0.0",
    "@testing-library/react": "12.0.0",
    "@types/babel__traverse": "7.20.6",
    "@types/color": "3.0.2",
    "@types/jest": "26.0.24",
    "@types/lodash.throttle": "4.1.6",
    "@types/node": "16.7.13",
    "@types/react": "18.0.28",
    "@types/react-dom": "18.0.11",
    "@types/resize-observer-browser": "0.1.7",
    "@types/styled-components": "5.1.0",
    "babel-loader": "8.2.2",
    "babel-plugin-annotate-pure-calls": "0.4.0",
    "babel-plugin-styled-components": "1.13.2",
    "default-browser-id": "2.0.0",
    "http-server": "14.1.1",
    "jest": "27.1.0",
    "jest-styled-components": "7.0.5",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "styled-components": "5.3.1",
    "ts-jest": "27.0.5",
    "typescript": "4.2.4",
    "typescript-coverage-report": "0.7.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepare": "npm run build",
    "prebuild": "rm -rf ./components ./es ./helpers ./hocs ./hooks ./mixins ./tokens ./types ./utils index.d.ts index.d.ts.map index.js index.js.map",
    "build": "npm run build:cjs && npm run build:esm",
    "postbuild": "tsc --outDir . --emitDeclarationOnly",
    "build:cjs": "BABEL_ENV=cjs SC_NAMESPACE=plasma-ui babel ./src --out-dir . --extensions .ts,.tsx",
    "build:esm": "BABEL_ENV=esm SC_NAMESPACE=plasma-ui babel ./src --out-dir ./es --extensions .ts,.tsx",
    "storybook": "storybook dev -p ${PORT:-6006} -c .storybook",
    "storybook:build": "storybook build -c .storybook -o build-sb --quiet",
    "storybook:serve": "http-server ./build-sb -c-1 -p 3000",
    "test": "BABEL_ENV=cjs jest",
    "test:watch": "BABEL_ENV=cjs jest --watch",
    "typescript-coverage": "npx typescript-coverage-report > /dev/null",
    "lint": "../../node_modules/.bin/eslint ./src --ext .js,.ts,.tsx --quiet"
  },
  "typeCoverage": {
    "ignoreFiles": [
      "src/**/*component-test.tsx",
      "src/**/*stories.tsx",
      "src/**/*perftest.tsx"
    ],
    "atLeast": 98.7
  },
  "jest": {
    "moduleNameMapper": {
      "^styled-components": "<rootDir>/node_modules/styled-components"
    }
  },
  "contributors": [
    "Vasiliy Loginevskiy",
    "Антонов Игорь Александрович",
    "Виноградов Антон Александрович",
    "Зубаиров Фаниль Асхатович",
    "Чельцов Евгений Олегович"
  ],
  "sideEffects": false,
  "gitHead": "883dca9e22542d7bd0dafbf022371349477c5522"
}
