{
    "name": "@sberdevices/plasma-core",
    "version": "1.56.0",
    "description": "Core library for SberDevices Design System",
    "author": "SberDevices Frontend Team <sberdevices.frontend@gmail.com>",
    "license": "Sber Public License at-nc-sa v.2",
    "main": "index.js",
    "module": "es/index.js",
    "types": "index.d.ts",
    "files": [
        "components",
        "hocs",
        "hooks",
        "mixins",
        "tokens",
        "types",
        "utils",
        "index.d.ts",
        "index.js",
        "es"
    ],
    "peerDependencies": {
        "react": ">=16.13.1",
        "react-dom": ">=16.13.1",
        "styled-components": "^5.1.1"
    },
    "devDependencies": {
        "@babel/cli": "7.15.4",
        "@babel/core": "7.15.5",
        "@babel/preset-env": "7.15.4",
        "@babel/preset-react": "7.14.5",
        "@babel/preset-typescript": "7.15.0",
        "@sberdevices/plasma-cy-utils": "0.9.0",
        "@types/jest": "27.0.1",
        "@types/lodash.throttle": "4.1.6",
        "@types/node": "15.14.9",
        "@types/react": "16.9.38",
        "@types/react-dom": "16.9.8",
        "@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",
        "babel-plugin-transform-class-properties": "6.24.1",
        "full-icu": "1.3.4",
        "jest": "27.1.0",
        "react": "16.13.1",
        "react-dom": "16.13.1",
        "styled-components": "5.3.1",
        "ts-jest": "27.0.5",
        "ts-node": "10.2.1",
        "typescript": "3.9.10"
    },
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "prepare": "npm run build",
        "prebuild": "rm -rf ./components ./es ./hocs ./hooks ./mixins ./tokens ./types ./utils index.js index.js.map index.d.ts index.d.ts.map",
        "build": "npm run build:cjs && npm run build:esm",
        "postbuild": "tsc --outDir . --emitDeclarationOnly",
        "build:cjs": "BABEL_ENV=cjs SC_NAMESPACE=plasma babel ./src --out-dir . --source-maps --extensions .ts,.tsx",
        "build:esm": "BABEL_ENV=esm SC_NAMESPACE=plasma babel ./src --out-dir ./es --source-maps --extensions .ts,.tsx",
        "test": "NODE_ICU_DATA=node_modules/full-icu jest",
        "test:watch": "NODE_ICU_DATA=node_modules/full-icu jest --watch"
    },
    "contributors": [
        "Vasiliy Loginevskiy",
        "Виноградов Антон Александрович",
        "Зубаиров Фаниль Асхатович"
    ],
    "sideEffects": false,
    "dependencies": {
        "focus-visible": "5.2.0",
        "lodash.throttle": "4.1.1"
    },
    "gitHead": "92253634c5e99b1d2a86ef989b8bf9d858f4cfe1"
}
