{
    "name": "concord-uikit",
    "version": "1.0.21",
    "description": "Concord UI component library",
    "type": "commonjs",
    "main": "lib/index.js",
    "module": "esm/index.js",
    "types": "esm/index.d.ts",
    "repository": "https://github.com/ninjadev0706/concord-ui",
    "author": "millicare ninjadev",
    "license": "AGPL-3.0-or-later",
    "dependencies": {
        "@styled-icons/boxicons-logos": "^10.38.0",
        "@styled-icons/boxicons-regular": "^10.38.0",
        "@styled-icons/boxicons-solid": "^10.38.0",
        "@tippyjs/react": "^4.2.6",
        "mobx": "^6.6.0",
        "mobx-react-lite": "^3.4.0",
        "prismjs": "^1.28.0",
        "react-beautiful-dnd": "^13.1.0",
        "react-device-detect": "^2.2.2",
        "react-virtuoso": "^2.12.0"
    },
    "devDependencies": {
        "@babel/cli": "^7.17.6",
        "@babel/core": "^7.17.9",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
        "@babel/preset-env": "^7.18.2",
        "@babel/preset-react": "^7.17.12",
        "@babel/preset-typescript": "^7.17.12",
        "@storybook/addon-actions": "^6.5.5",
        "@storybook/addon-essentials": "^6.5.5",
        "@storybook/addon-knobs": "^6.4.0",
        "@storybook/addon-links": "^6.5.5",
        "@storybook/react": "^6.5.5",
        "@types/lodash.isequal": "^4.5.5",
        "@types/prismjs": "^1",
        "@types/react": "^17.0.44",
        "@types/react-beautiful-dnd": "^13",
        "@types/react-dom": "^17.0.15",
        "@types/styled-components": "^5.1.25",
        "babel-loader": "^8.2.4",
        "babel-plugin-styled-components": "^2.0.7",
        "babel-preset-minify": "^0.5.1",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "revolt.js": "latest",
        "rimraf": "^3.0.2",
        "storybook-dark-mode": "^1.1.0",
        "storybook-rtl-addon": "^0.3.3",
        "styled-components": "^5.3.5",
        "tsc-watch": "^5.0.3",
        "typescript": "^4.7.4"
    },
    "scripts": {
        "build": "yarn build:clean && yarn build:esm && yarn build:bundle",
        "build:clean": "rimraf dist esm",
        "build:esm": "babel src --no-babelrc --out-dir esm --extensions \".ts,.tsx\" --config-file ./.babelrc.es && tsc",
        "watch:esm": "tsc-watch",
        "build:bundle": "babel src --out-dir lib --extensions \".ts,.tsx\"",
        "watch:bundle": "yarn build:bundle --watch",
        "storybook": "start-storybook -p 6006",
        "build-storybook": "build-storybook"
    },
    "files": [
        "LICENSE",
        "package.json",
        "lib",
        "src",
        "esm"
    ],
    "packageManager": "yarn@3.2.0",
    "peerDependencies": {
        "revolt.js": "*"
    }
}
