{
  "name": "lime-basket-ds",
  "version": "1.1.16",
  "description": "Lime Basket Design System",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"No test specified\"",
    "dev": "npm run storybook",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "prepare": "npm run build",
    "build": "rollup -c",
    "lint:js": "eslint src/**/*.js",
    "lint:fix": "eslint src/**/*.js --fix",
    "lint": "npm run lint:fix",
    "tw": "npx tailwind-config-viewer",
    "sgdev": "npx styleguidist server",
    "sgbuild": "npx styleguidist server",
    "browserlist": "npx update-browserslist-db@latest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seva32/lime-basket-ds.git"
  },
  "keywords": [
    "pets",
    "dogs",
    "cats",
    "toys",
    "petshop",
    "shopping",
    "shop"
  ],
  "author": "Sebastian Fantini",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/seva32/lime-basket-ds/issues"
  },
  "homepage": "https://github.com/seva32/lime-basket-ds#readme",
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@babel/helper-compilation-targets": "^7.13.16",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-private-methods": "^7.13.0",
    "@babel/plugin-proposal-private-property-in-object": "^7.14.0",
    "@babel/plugin-transform-runtime": "^7.14.3",
    "@babel/preset-env": "^7.14.2",
    "@babel/preset-react": "^7.13.13",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
    "@rollup/plugin-alias": "^3.1.2",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-image": "^2.0.6",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-replace": "^2.4.2",
    "@rollup/plugin-url": "^6.0.0",
    "@storybook/addon-actions": "^6.2.9",
    "@storybook/addon-backgrounds": "^6.2.9",
    "@storybook/addon-controls": "^6.2.9",
    "@storybook/addon-docs": "^6.2.9",
    "@storybook/addon-essentials": "^6.2.9",
    "@storybook/addon-links": "^6.2.9",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/addon-toolbars": "^6.2.9",
    "@storybook/addon-viewport": "^6.2.9",
    "@storybook/core": "^6.2.9",
    "@storybook/react": "^6.2.9",
    "@typescript-eslint/eslint-plugin": "^4.25.0",
    "@typescript-eslint/parser": "^4.25.0",
    "autoprefixer": "^10.2.5",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "classnames": "^2.3.1",
    "eslint": "^7.27.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-problems": "^5.0.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-flowtype": "^5.7.2",
    "eslint-plugin-import": "^2.23.3",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-typescript": "^0.14.0",
    "lodash.frompairs": "^4.0.1",
    "lodash.map": "^4.6.0",
    "postcss": "^8.3.0",
    "postcss-calc": "^7.0.5",
    "postcss-flexbugs-fixes": "^4.2.1",
    "postcss-focus-within": "^4.0.0",
    "postcss-for": "^2.1.1",
    "postcss-import": "^14.0.2",
    "postcss-mixins": "^8.0.0",
    "postcss-preset-env": "^6.7.0",
    "postcss-selector-parser": "^6.0.6",
    "prettier": "^2.2.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-inspector": "^5.1.1",
    "react-router-dom": "^5.2.0",
    "react-styleguidist": "^11.1.7",
    "rollup": "^2.49.0",
    "rollup-plugin-livereload": "^2.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-serve": "^1.1.0",
    "tailwindcss": "^2.1.2"
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-router-dom": "^5.2.0"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.14.0",
    "caniuse-lite": "^1.0.30001702",
    "prop-types": "^15.7.2"
  },
  "files": [
    "/lib"
  ],
  "browserslist": [
    "defaults",
    "not IE 11",
    "not IE_Mob 11"
  ],
  "engines": {
    "node": ">= 14"
  }
}
