{
  "name": "lidocommon",
  "version": "1.0.36",
  "main": "./dist/index.js",
  "workspaces": [
    "src/*"
  ],
  "scripts": {
    "develop": "rimraf ./dist && tsc && wml start",
    "dev": "tsc -w",
    "pre-publish": "npm version patch",
    "build": "rimraf ./dist && tsc",
    "storybook": "start-storybook -p 9009",
    "lint:fix": "eslint . --ext .tsx --fix",
    "prettify": "prettier src/**/*.tsx --write",
    "lint": "npm run prettify && npm run lint:fix",
    "web": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.config.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "lint-staged": {
    "*.tsx": [
      "npm run lint:fix",
      "npm run prettify"
    ]
  },
  "keywords": [
    "react-native",
    "react-native-web"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-native": "~0.61.4",
    "react-native-swipe-gestures": "^1.0.5",
    "react-native-web": "^0.11.7"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^5.3.18",
    "@storybook/addon-knobs": "^5.3.18",
    "@storybook/addon-links": "^5.3.18",
    "@storybook/react": "^5.3.18",
    "@storybook/react-native": "^5.3.18",
    "@types/react": "^16.9.35",
    "@types/react-dom": "^16.9.8",
    "@types/react-native": "^0.61.4",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^3.0.0",
    "babel-loader": "^8.1.0",
    "eslint": "^7.0.0",
    "eslint-config-airbnb-typescript": "^7.2.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^4.0.2",
    "html-loader": "^1.1.0",
    "html-webpack-plugin": "^4.3.0",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.6",
    "prettier": "^2.0.5",
    "react-docgen-typescript-loader": "^3.7.2",
    "rimraf": "^3.0.2",
    "ts-loader": "^7.0.4",
    "typescript": "^3.9.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.11.0"
  },
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/shubhadip/lidocommon.git"
  },
  "homepage": "https://github.com/shubhadip/lidocommon#readme"
}
