{
  "name": "travelcloud-antd",
  "version": "0.2.56",
  "license": "UNLICENSED",
  "main": "travelcloud.js",
  "homepage": "https://gitlab.com/travel-click/travelcloud-antd",
  "repository": {
    "type": "git",
    "url": "git://gitlab.com:travel-click/travelcloud-antd.git"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "dist"
    ]
  },
  "scripts": {
    "lessc": "lessc styles-default.less > dist/styles-default.css",
    "build-package": "sh build-dist.sh",
    "build": "next build",
    "dev": "next -p 3000",
    "test": "jest",
    "start": "next start",
    "check": "tsc --noEmit",
    "i18n": "i18next pages/*.tsx",
    "translate": "node --experimental-modules translate-locales.js"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@ant-design/icons-react": "^1.1.5",
    "@babel/core": "^7.12.0",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@google-cloud/translate": "^6.0.3",
    "@types/bcryptjs": "^2.4.2",
    "@types/jest": "^29.2.2",
    "@types/next": "^8.0.6",
    "@types/node": "^8.10.64",
    "@types/nprogress": "0.0.29",
    "@types/react": "^16.9.52",
    "@types/webpack-env": "^1.15.3",
    "@zeit/next-css": "^1.0.1",
    "@zeit/next-less": "^1.0.1",
    "antd": "^3.26.20",
    "babel-loader": "^8.1.0",
    "babel-plugin-import": "^1.13.1",
    "glob": "^7.1.6",
    "google-map-react": "^1.1.7",
    "html-to-react": "^1.4.5",
    "i18next-parser": "^2.2.0",
    "image-exists": "^1.1.0",
    "jest": "^29.3.1",
    "less": "^2.7.3",
    "less-loader": "^4.1.0",
    "next": "^9.5.5",
    "next-compose-plugins": "^2.2.0",
    "node-fetch": "^2.6.1",
    "nprogress": "^0.2.0",
    "oidc-client-ts": "^2.0.5",
    "qs": "^6.9.4",
    "react": "^16.0.0",
    "react-auto-translate": "0.0.5",
    "react-dom": "^16.0.0",
    "react-google-maps": "^9.4.5",
    "react-icons": "^3.11.0",
    "react-image-lightbox": "^5.1.1",
    "react-scroll": "^1.8.1",
    "scroll-to-element": "^2.0.3",
    "styled-components": "^4.3.2",
    "typescript": "^4.2.3",
    "webpack": "^4.44.2"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "big.js": "^5.1.2",
    "i18next": "^19.8.2",
    "isomorphic-unfetch": "^3.1.0",
    "moment": "^2.29.1",
    "react-i18next": "^11.7.3"
  },
  "bin": {
    "i18n-extract-translate": "./i18n-extract-translate.sh"
  }
}
