{
  "name": "venice-ui",
  "version": "2.4.13",
  "description": "Component library",
  "main": "index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist/**/*",
    "CHANGELOG.MD",
    "package.json"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rm -rf node_modules/ && rm -rf public/dist/",
    "build": "rm -rf /dist && npm run build:esm && npm run build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module CommonJS --outDir dist/cjs",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PixelCorn/venice-ui.git"
  },
  "author": "Lukasz Stasiak",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PixelCorn/venice-ui/issues"
  },
  "homepage": "https://venice-ui.pixelcorn.pl/",
  "devDependencies": {
    "@babel/core": "^7.18.13",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.4",
    "@storybook/addon-actions": "^7.0.12",
    "@storybook/addon-essentials": "^7.0.12",
    "@storybook/addon-interactions": "^7.0.12",
    "@storybook/addon-links": "^7.0.12",
    "@storybook/addon-mdx-gfm": "^7.0.12",
    "@storybook/cli": "^7.0.12",
    "@storybook/mdx2-csf": "^1.1.0",
    "@storybook/react": "^7.0.12",
    "@storybook/react-webpack5": "^7.0.12",
    "@storybook/testing-library": "0.1.0",
    "@types/node": "^18.16.0",
    "@types/react": "^16.11.7",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "babel-loader": "^8.2.5",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-storybook": "^0.6.12",
    "prettier": "2.8.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "storybook": "^7.0.12",
    "typescript": "^5.0.4"
  },
  "overrides": {
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "engines": {
    "node": "22.14.0",
    "npm": "10.9.2"
  },
  "dependencies": {
    "@storybook/addon-a11y": "^7.0.12",
    "@storybook/addons": "^7.0.12",
    "@storybook/preset-create-react-app": "^7.0.12",
    "@storybook/theming": "^7.0.12",
    "@types/styled-components": "^5.1.26",
    "date-fns": "^2.30.0",
    "ftp-deploy": "^2.4.4",
    "lodash": "^4.17.21",
    "lodash.debounce": "^4.0.8",
    "polished": "^4.2.2",
    "react-docgen-typescript-plugin": "^1.0.5",
    "styled-components": "^5.3.10"
  }
}