{
    "name": "dexels-ui-kit",
    "version": "5.27.17",
    "author": {
        "name": "Dexels B.V.",
        "email": "info@dexels.com"
    },
    "description": "An UI kit which can be used in Dexels applications",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Dexels/dexels-ui-kit.git"
    },
    "keywords": [
        "UI kit",
        "React",
        "Styled Components"
    ],
    "bugs": {
        "url": "https://github.com/Dexels/dexels-ui-kit/issues"
    },
    "homepage": "https://github.com/Dexels/dexels-ui-kit#readme",
    "license": "MIT",
    "main": "index.js",
    "module": "index.esm.js",
    "types": "index.d.ts",
    "files": [
        "index.d.ts",
        "index.js",
        "index.esm.js",
        "fonts",
        "main.css"
    ],
    "scripts": {
        "start": "npm run storybook",
        "build:iconTypes": "node ./scripts/generateIconTypes.js",
        "build:prod": "npm run clean && cross-env BABEL_ENV=prod rollup -c",
        "build:types": "./node_modules/.bin/dts-bundle-generator --config=dtsconfig.json",
        "check-all": "npm run lint:css && npm run lint:js && npm run check-types",
        "check-types": "tsc",
        "clean": "npx rimraf index.d.ts index.js index.esm.js fonts main.css",
        "dist": "npm run build:prod && npm run build:types",
        "lint:css": "stylelint \"./src/**/*.ts\"",
        "lint:js": "eslint \"src\" --ext \".ts,.tsx\"",
        "storybook": "start-storybook -c ./src/.storybook -s ./public --port 3434 --quiet",
        "storybook:build": "build-storybook -c ./src/.storybook -s ./public -o .out",
        "postinstall": "npx rimraf node_modules/@types/react-native",
        "postpublish": "npm run clean",
        "prepublishOnly": "npx rimraf node_modules && npm i && npm run dist",
        "prettier": "prettier --write **/*.{ts,tsx,js,css}",
        "test": "jest --coverage=false",
        "test:coverage": "jest --coverage=true",
        "test:watch": "jest --watch --coverage=false",
        "test:clear-cache": "jest --clearCache"
    },
    "browserslist": [
        "defaults"
    ],
    "peerDependencies": {
        "@babel/runtime": "^7.15.4",
        "@types/react": "^17.0.27",
        "@types/react-dates": "^21.8.3",
        "@types/react-table": "^7.7.6",
        "@types/styled-components": "^5.1.14",
        "currency.js": "^2.0.4",
        "moment": "^2.29.1",
        "react": "^17.0.2",
        "react-dates": "^21.8.0",
        "react-dom": "^17.0.2",
        "react-loading-skeleton": "^2.1.1",
        "react-router-dom": "^5.3.0",
        "react-table": "^7.7.0",
        "react-with-direction": "^1.3.1",
        "styled-components": "^5.3.1"
    },
    "devDependencies": {
        "@babel/cli": "^7.15.7",
        "@babel/core": "^7.15.5",
        "@babel/preset-env": "^7.15.6",
        "@babel/preset-react": "^7.14.5",
        "@babel/runtime": "^7.14.8",
        "@rollup/plugin-babel": "^5.2.3",
        "@rollup/plugin-commonjs": "^21.0.0",
        "@rollup/plugin-node-resolve": "^13.0.5",
        "@rollup/plugin-typescript": "^8.2.5",
        "@storybook/addon-actions": "^6.3.9",
        "@storybook/addon-backgrounds": "^6.3.9",
        "@storybook/addon-info": "^5.3.21",
        "@storybook/addon-knobs": "^6.3.1",
        "@storybook/addon-notes": "^5.3.21",
        "@storybook/react": "^6.3.9",
        "@testing-library/jest-dom": "^5.14.1",
        "@testing-library/react": "^12.1.2",
        "@types/enzyme": "^3.10.9",
        "@types/enzyme-adapter-react-16": "^1.0.6",
        "@types/jest": "^27.0.2",
        "@types/react": "17.0.27",
        "@types/react-dates": "^21.8.3",
        "@types/react-dom": "^17.0.8",
        "@types/react-router-dom": "^5.3.0",
        "@types/react-table": "^7.7.6",
        "@types/react-test-renderer": "^17.0.0",
        "@types/storybook__addon-info": "^5.2.4",
        "@types/styled-components": "^5.1.14",
        "@typescript-eslint/eslint-plugin": "^4.33.0",
        "@typescript-eslint/parser": "^4.33.0",
        "awesome-typescript-loader": "^5.2.1",
        "babel-plugin-styled-components": "^1.13.2",
        "core-js": "^3.18.2",
        "cross-env": "^7.0.3",
        "currency.js": "^2.0.4",
        "dts-bundle-generator": "^5.9.0",
        "enzyme": "^3.11.0",
        "enzyme-adapter-react-16": "^1.15.6",
        "enzyme-to-json": "^3.6.2",
        "eslint": "^7.32.0",
        "eslint-config-airbnb": "^18.2.1",
        "eslint-config-airbnb-typescript": "^14.0.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-babel": "^5.3.1",
        "eslint-plugin-import": "^2.24.2",
        "eslint-plugin-jsx-a11y": "^6.4.1",
        "eslint-plugin-prettier": "^4.0.0",
        "eslint-plugin-react": "^7.26.1",
        "eslint-plugin-react-hooks": "^4.2.0",
        "eslint-plugin-typescript-sort-keys": "^1.8.0",
        "jest": "^26.6.3",
        "moment": "^2.29.1",
        "postcss": "^8.3.9",
        "postcss-url": "^10.1.3",
        "prettier": "^2.4.1",
        "react": "^17.0.2",
        "react-dates": "^21.8.0",
        "react-dom": "^17.0.2",
        "react-loading-skeleton": "^2.1.1",
        "react-router-dom": "^5.3.0",
        "react-table": "^7.7.0",
        "react-with-direction": "^1.3.1",
        "rollup": "^2.58.0",
        "rollup-plugin-copy": "^3.3.0",
        "rollup-plugin-postcss": "^4.0.1",
        "rollup-plugin-terser": "^7.0.2",
        "storybook-addon-styled-component-theme": "^2.0.0",
        "styled-components": "^5.3.1",
        "stylelint": "^13.13.1",
        "stylelint-config-concentric-order": "^4.0.1",
        "stylelint-config-recommended": "^5.0.0",
        "stylelint-config-styled-components": "^0.1.1",
        "stylelint-junit-formatter": "^0.2.2",
        "ts-jest": "^26.5.6",
        "tslib": "^2.3.1",
        "typescript": "^4.2.4"
    }
}
