@osmandvc/react-upload-control-components
Version:
UI components for the react-upload-control library.
126 lines (125 loc) • 3.56 kB
JSON
{
"name": "@osmandvc/react-upload-control-components",
"version": "1.0.1",
"description": "UI components for the react-upload-control library.",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"sideEffects": [
"*.css"
],
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/osmandvc/react-upload-control.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"react-upload",
"react-upload-control",
"file-upload",
"drag-and-drop",
"upload",
"typescript",
"react-component",
"file-uploader",
"react18",
"tailwindcss",
"camera-upload",
"image-upload",
"file-preview",
"multiple-upload",
"async-upload"
],
"scripts": {
"build": "rollup -c",
"test": "jest",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^9.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@osmandvc/react-upload-control-shared": "workspace:*",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tabler/icons-react": "^3.19.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"react-medium-image-zoom": "^5.2.10",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@osmandvc/react-upload-control-processors": "file:../processors/osmandvc-react-upload-control-processors-0.0.1.tgz",
"@rollup/plugin-json": "^6.1.0",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-onboarding": "^8.3.6",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/react-webpack5": "^8.3.6",
"@storybook/test": "^8.3.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"chromatic": "^11.20.2",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"process": "^0.11.10",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.3.6",
"style-loader": "^4.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@osmandvc/react-upload-control": "workspace:*"
},
"peerDependenciesMeta": {
"react": {
"optional": false
},
"react-dom": {
"optional": false
},
"@osmandvc/react-upload-control": {
"optional": false
}
}
}