{
  "name": "@andex/uikit",
  "version": "1.0.4",
  "description": "Set of UI components for andex projects",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "repository": "https://github.com/andex-fi/andex-toolkit/tree/master/packages/andex-uikit",
  "license": "MIT",
  "scripts": {
    "start": "yarn storybook",
    "build": "rm -rf ./dist && rollup -c && tsc -d --emitDeclarationOnly --declarationDir dist",
    "build:rollup": "rm -rf ./dist && rollup -c && tsc -d --emitDeclarationOnly --declarationDir dist",
    "watch": "rollup -c -w",
    "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
    "format:check": "prettier --check --loglevel error 'src/**/*.{js,jsx,ts,tsx}'",
    "format:write": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
    "storybook": "start-storybook -p 6006",
    "storybook:build": "build-storybook",
    "test": "jest",
    "prepublishOnly": "yarn build"
  },
  "devDependencies": {
    "@andex/eslint-config-andex": "^1.1.3",
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-typescript": "^8.2.1",
    "@rollup/plugin-url": "^6.0.0",
    "@storybook/addon-a11y": "^6.5.0",
    "@storybook/addon-actions": "^6.5.0",
    "@storybook/addon-essentials": "^6.5.0",
    "@storybook/addon-links": "^6.5.0",
    "@storybook/react": "^6.5.0",
    "@testing-library/jest-dom": "^5.11.6",
    "@testing-library/react": "^12.1.3",
    "@types/lodash": "^4.14.168",
    "@types/react": "^18.0.17",
    "@types/react-dom": "^18.0.6",
    "@types/react-router-dom": "^5.1.7",
    "@types/react-transition-group": "^4.4.6",
    "@types/styled-components": "^5.1.9",
    "babel-jest": "^29.3.1",
    "babel-loader": "^9.1.2",
    "babel-plugin-styled-components": "^1.12.0",
    "jest": "29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "jest-styled-components": "^7.0.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^17.0.2",
    "react-markdown": "^6.0.2",
    "react-router-dom": "^5.2.0",
    "rollup": "^2.70.1",
    "styled-components": "^5.3.3",
    "themeprovider-storybook": "^1.7.2",
    "ts-jest": "^27.1.3",
    "typescript": "4.9.4"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "styled-components": "^5.2.3"
  },
  "dependencies": {
    "@andex/ui-libs": "^0.1.0",
    "@popperjs/core": "^2.9.2",
    "@types/styled-system": "^5.1.15",
    "framer-motion": "4.1.17",
    "lodash": "^4.17.20",
    "react-countup": "^6.4.2",
    "react-device-detect": "^2.2.3",
    "react-popper": "^2.2.5",
    "react-transition-group": "^4.4.5",
    "styled-system": "^5.1.5",
    "tslib": "^2.2.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
