{
  "name": "@machi-pla/japan_concierge",
  "version": "0.1.23",
  "description": "Favorite spots function for external pages.",
  "main": "dist/japan-concierge.js",
  "module": "src/index.js",
  "scripts": {
    "test": "node_modules/.bin/jest",
    "build": "webpack",
    "lint": "eslint src --fix",
    "prettier": "prettier --write src"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/machi-pla/public_japan_concierge_client.git"
  },
  "files": [
    "dist"
  ],
  "author": "株式会社まちづくりプラットフォーム",
  "license": "ISC",
  "homepage": "http://www.machi-pla.com",
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@babel/eslint-parser": "^7.22.15",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/plugin-transform-runtime": "^7.7.6",
    "@babel/preset-env": "^7.7.7",
    "@babel/runtime": "^7.7.7",
    "@hotwired/stimulus": "^3.2.2",
    "@stimulus/polyfills": "^1.1.1",
    "@swc/core": "^1.3.96",
    "@swc/jest": "^0.2.29",
    "axios": "^1.6.0",
    "axios-mock-adapter": "^1.22.0",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.6",
    "eslint": "^8.52.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.17.0",
    "iframe-resizer": "^4.3.7",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lodash": "^4.17.15",
    "mutationobserver-shim": "^0.3.3",
    "prettier": "^3.0.3",
    "qs": "^6.9.1",
    "redux": "^4.2.1",
    "redux-mock-store": "^1.5.4",
    "redux-thunk": "^2.4.2",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {
    "@hotwired/stimulus": "^3.2.2",
    "axios": "^1.6.0",
    "iframe-resizer": "^4.1.1",
    "lodash": "^4.17.11",
    "qs": "^6.9.1",
    "redux": "^4.0.1",
    "redux-thunk": "^2.3.0"
  }
}
