{
  "name": "nayya-wardrobe-json",
  "packageManager": "yarn@3.2.4",
  "version": "0.10.3",
  "types": "lib/src/index.d.ts",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "dev": "webpack serve --config webpack.config.js --mode development",
    "build-app": "webpack --mode production --progress --config webpack.config.js",
    "build": "rollup --config rollup.config.mjs",
    "lint": "eslint --ext .ts,.tsx ."
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "react-router-dom": "^6.4.2",
    "styled-components": "^5.3.6"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@rollup/plugin-typescript": "^9.0.2",
    "@types/lodash": "^4.14.186",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "@types/styled-components": "^5.1.26",
    "@typescript-eslint/eslint-plugin": "^5.18.0",
    "@typescript-eslint/parser": "^5.18.0",
    "@yarnpkg/sdks": "^3.0.0-rc.24",
    "babel-loader": "^8.2.5",
    "babel-plugin-styled-components": "^2.0.7",
    "core-js": "^3.25.5",
    "eslint": "^8.25.0",
    "eslint-config-airbnb": "^19.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-nayya": "^0.7.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jest": "^26.1.4",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.31.10",
    "eslint-plugin-react-hooks": "^4.6.0",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "pnp-webpack-plugin": "^1.7.0",
    "prettier": "^2.7.1",
    "rollup": "^3.2.3",
    "rollup-plugin-dts": "^5.3.0",
    "tsc": "^2.0.4",
    "tslib": "^2.4.0",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1",
    "webpack-manifest-plugin": "^5.0.0"
  }
}
