UNPKG

@ubiquitypress/react-invenio-bulk-importer

Version:
100 lines (99 loc) 2.65 kB
{ "name": "@ubiquitypress/react-invenio-bulk-importer", "version": "0.0.1", "description": "React components for Invenio Bulk Importer", "keywords": [ "invenio", "invenioRDM", "bulk-import", "react" ], "license": "MIT", "author": "Ubiquity Press", "repository": { "type": "git", "url": "https://github.com/ubiquitypress/react-invenio-bulk-importer" }, "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": "tsc && vite build", "type-check": "tsc --noEmit", "check": "biome check . --fix && tsc --noEmit && syncpack", "preview": "vite preview", "syncpack": "syncpack fix", "prepare": "panda codegen" }, "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": "^0.0.3", "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": "^0.0.3", "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" }