{
  "name": "@ubiquitypress/react-invenio-bulk-importer",
  "version": "1.1.0",
  "description": "React components for Invenio Bulk Importer",
  "keywords": [
    "invenio",
    "invenioRDM",
    "bulk-import",
    "react"
  ],
  "license": "MIT",
  "author": "Ubiquity Press",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paradigm-publishing/react-invenio-bulk-importer.git"
  },
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.es.js"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "panda codegen && tsc && vite build",
    "type-check": "tsc --noEmit",
    "check": "biome check . --fix && tsc --noEmit && syncpack",
    "preview": "vite preview",
    "syncpack": "syncpack fix",
    "prepare": "yarn build"
  },
  "peerDependencies": {
    "@babel/runtime": "^7.9.0",
    "axios": "^1.7.7",
    "lodash": "^4.17.0",
    "qs": "^6.8.0",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-invenio-forms": "^4.0.0",
    "react-overridable": "^1.0.0",
    "react-redux": "^7.2.0",
    "redux": "^4.0.0",
    "redux-thunk": "^2.3.0",
    "semantic-ui-css": "^2.5.0",
    "semantic-ui-react": "^2.1.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7.9.0",
    "@biomejs/biome": "2.1.1",
    "@pandacss/dev": "^0.54.0",
    "@semantic-ui-react/css-patch": "^1.0.0",
    "@tinymce/tinymce-react": "^4.3.0",
    "@types/js-cookie": "^2",
    "@types/luxon": "^1",
    "@types/node": "^24.0.11",
    "@types/prop-types": "^15",
    "@types/react": "^16.14.34",
    "@types/react-dom": "^16.9.17",
    "@vitejs/plugin-basic-ssl": "^2.1.0",
    "@vitejs/plugin-react": "^4.0.0",
    "axios": "^1.7.7",
    "formik": "^2.1.0",
    "lodash": "^4.17.0",
    "luxon": "^1.23.0",
    "prop-types": "^15.7.0",
    "qs": "^6.8.0",
    "query-string": "^7.0.0",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-invenio-forms": "^4.0.0",
    "react-overridable": "^1.0.0",
    "react-redux": "^7.2.0",
    "react-searchkit": "^3.0.0",
    "redux": "^4.0.0",
    "redux-thunk": "^2.3.0",
    "semantic-ui-css": "^2.5.0",
    "semantic-ui-react": "^2.1.0",
    "syncpack": "^14.0.0-alpha.18",
    "tinymce": "^6.7.2",
    "typescript": "^5.0.0",
    "vite": "^4.4.0",
    "vite-plugin-dts": "^3.5.0",
    "yup": "^0.32.11"
  },
  "dependencies": {
    "classnames": "^2.5.1",
    "js-cookie": "2.2.1",
    "react-searchkit": "^3.0.0"
  },
  "packageManager": "yarn@4.9.2"
}
