All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

Go to download

A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.

There is a newer version: 4.12.3
Show newest version
{
  "name": "@bigbinary/neeto-commons-frontend",
  "version": "4.5.0",
  "description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
  "repository": "[email protected]:bigbinary/neeto-commons-frontend.git",
  "author": "Amaljith K ",
  "license": "Apache-2.0",
  "bin": {
    "dead-code-eliminator": "./configs/scripts/dead-code-eliminator/index.js",
    "remove-unused-translation-keys": "./configs/scripts/remove-unused-translation-keys/index.js"
  },
  "engines": {
    "node": ">=18.12",
    "npm": ">=9",
    "yarn": ">=1.22"
  },
  "exports": {
    "./configs/*": "./configs/*",
    "./constants": {
      "import": "./constants/index.js",
      "require": "./cjs/constants/index.js",
      "types": "./constants.d.ts"
    },
    "./cypress-configs/*": "./cypress-configs/*",
    "./cypress-utils": {
      "import": "./cypress-utils/index.js",
      "require": "./cjs/cypress-utils/index.js",
      "types": "./cypress-utils.d.ts"
    },
    "./initializers": {
      "import": "./initializers/index.js",
      "require": "./cjs/initializers/index.js",
      "types": "./initializers.d.ts"
    },
    "./initializers/*": {
      "import": "./initializers/*.js",
      "require": "./cjs/initializers/*.js",
      "types": "./initializers.d.ts"
    },
    "./react-utils": {
      "import": "./react-utils/index.js",
      "require": "./cjs/react-utils/index.js",
      "types": "./react-utils.d.ts"
    },
    "./react-utils/*": {
      "import": "./react-utils/*/index.js",
      "require": "./cjs/react-utils/*/index.js",
      "types": "./react-utils.d.ts"
    },
    "./utils": {
      "import": "./utils/index.js",
      "require": "./cjs/utils/index.js",
      "types": "./utils.d.ts"
    },
    "./utils/*": {
      "import": "./utils/*.js",
      "require": "./cjs/utils/*.js",
      "types": "./utils.d.ts"
    }
  },
  "dependencies": {
    "@rails/actioncable": "^7.0.3",
    "dayjs": "1.11.10",
    "dompurify": "^2.4.0",
    "i18next-browser-languagedetector": "^7.1.0",
    "immer": "^10.0.2",
    "mixpanel-browser": "^2.50.0",
    "platform": "1.3.6",
    "qs": "^6.11.2",
    "util": "^0.12.5",
    "uuid": "^9.0.0",
    "zustand": "4.3.2"
  },
  "peerDependencies": {
    "@bigbinary/babel-preset-neeto": "^1.0.3",
    "@bigbinary/neeto-cist": "1.0.11",
    "@bigbinary/neeto-commons-frontend": "4.4.6",
    "@bigbinary/neeto-editor": "1.38.1",
    "@bigbinary/neeto-hotkeys": "^1.0.7",
    "@bigbinary/neeto-icons": "1.20.5",
    "@bigbinary/neeto-molecules": "3.5.2",
    "@bigbinary/neetoui": "8.2.13",
    "@faker-js/faker": "8.2.0",
    "@honeybadger-io/js": "^6.4.1",
    "@honeybadger-io/react": "^6.1.3",
    "@tanstack/react-query": "5.40.0",
    "@tanstack/react-query-devtools": "5.40.0",
    "@tippyjs/react": "4.2.6",
    "antd": "5.16.0",
    "autoprefixer": "^10.4.5",
    "avvvatars-react": "0.4.2",
    "axios": "1.7.4",
    "cypress": "11.2.0",
    "dayjs": "1.11.10",
    "dompurify": "^2.4.0",
    "dotenv-webpack": "^8.0.1",
    "formik": "2.2.9",
    "framer-motion": "11.2.14",
    "husky": "7.0.4",
    "i18next": "22.5.1",
    "js-logger": "1.6.1",
    "linkify-react": "4.1.3",
    "linkifyjs": "4.1.2",
    "qs": "^6.11.2",
    "ramda": "0.29.1",
    "react": "18.2.0",
    "react-colorful": "5.6.1",
    "react-dom": "18.2.0",
    "react-drag-listview": "2.0.0",
    "react-helmet": "^6.1.0",
    "react-i18next": "12.3.1",
    "react-resizable": "3.0.4",
    "react-router-dom": "5.3.3",
    "react-toastify": "8.0.2",
    "shakapacker": "^6.5.5",
    "tailwindcss": "^3.4.1",
    "util": "^0.12.5",
    "webpack": "^5.75.0",
    "yup": "0.32.11",
    "zustand": "4.3.2"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy