UNPKG

@files-ui/react

Version:

UI components for file uploads with React js

78 lines (77 loc) 1.95 kB
{ "name": "@files-ui/react", "version": "1.2.5", "description": "UI components for file uploads with React js", "main": "./build/index.js", "module": "./build/index.es.js", "types": "./build/index.d.ts", "scripts": { "build": "rollup -c", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/files-ui/files-ui-react.git" }, "keywords": [ "file", "upload", "dropzone", "file upload", "uploader", "file uploader", "typescript", "drag", "drop", "drag-drop", "preview", "ui", "file", "uploader", "uploader", "files", "material", "mui", "framework", "front-end", "kamui", "react", "react-component" ], "author": "JinSSJ3", "license": "MIT", "bugs": { "url": "https://github.com/files-ui/files-ui-react/issues" }, "homepage": "https://www.files-ui.com", "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-typescript": "^11.0.0", "@testing-library/jest-dom": "^6.1.0", "@testing-library/react": "^14.1.0", "@types/jest": "^29.5.14", "autoprefixer": "^10.4.14", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-sass": "^1.12.19", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.5", "typescript": "^5.0.2" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.2 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0" }, "dependencies": { "@dynamicss/dynamicss": "^2.2.8", "@files-ui/core": "^2.0.6" }, "publishConfig": { "access": "public" } }