{
  "name": "@via-profit/ui-kit",
  "version": "0.2.6",
  "description": "UI Kit",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/via-profit/ui-kit.git"
  },
  "engines": {
    "node": ">=16.x"
  },
  "author": "Via Profit",
  "license": "MIT",
  "scripts": {
    "lint": "eslint --fix .",
    "build": "node ./scripts/build.js",
    "publish:package": "bash ./scripts/pub.sh",
    "build:flags": "node ./scripts/compile-country-flags.js",
    "indexes:flags": "node ./scripts/indexes-country-flags.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@emotion/react": ">=11.10.6",
    "@emotion/styled": ">=11.10.6",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.4",
    "@babel/core": "^7.23.6",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.23.6",
    "@babel/plugin-transform-typescript": "^7.23.6",
    "@babel/preset-env": "^7.23.6",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@babel/runtime": "^7.23.6",
    "@emotion/babel-plugin": "^11.11.0",
    "@emotion/react": "^11.11.3",
    "@emotion/styled": "^11.11.0",
    "@loadable/babel-plugin": "^5.16.1",
    "@loadable/webpack-plugin": "^5.15.2",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
    "@types/node": "^20.10.5",
    "@types/nodemon": "^1.19.6",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "@types/react-slick": "^0.23.13",
    "@types/webpack-bundle-analyzer": "^4.6.3",
    "@types/webpack-env": "^1.18.4",
    "@typescript-eslint/eslint-plugin": "^6.16.0",
    "@typescript-eslint/parser": "^6.16.0",
    "babel-loader": "^9.1.3",
    "concurrently": "^8.2.2",
    "cross-env": "^7.0.3",
    "dotenv": "^16.3.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-node": "^0.3.9",
    "eslint-import-resolver-webpack": "^0.13.8",
    "eslint-plugin-file-progress": "^1.3.0",
    "eslint-plugin-formatjs": "^4.11.3",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.1.2",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "html-loader": "^4.2.0",
    "html-webpack-plugin": "^5.6.0",
    "nodemon": "^3.0.2",
    "nodemon-webpack-plugin": "^4.8.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.1.1",
    "raw-loader": "^4.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-refresh": "^0.14.0",
    "react-router-dom": "^6.21.1",
    "react-test-renderer": "^18.2.0",
    "shebang-loader": "^0.0.1",
    "terser-webpack-plugin": "^5.3.9",
    "ts-node": "^10.9.2",
    "type-fest": "^4.9.0",
    "typescript": "^5.3.3",
    "url-loader": "^4.1.1",
    "webpack": "^5.89.0",
    "webpack-bundle-analyzer": "^4.10.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1"
  }
}
