UNPKG

2.04 kBJSONView Raw
1{
2 "name": "@dropzone-ui/react",
3 "version": "7.0.4",
4 "description": "The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.",
5 "main": "./build/index.js",
6 "module": "./build/index.es.js",
7 "types": "./build/index.d.ts",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/dropzone-ui/dropzone-ui-react.git"
11 },
12 "keywords": [
13 "dropzone",
14 "react-dropzone",
15 "file upload",
16 "file",
17 "upload",
18 "react-component",
19 "react",
20 "ui",
21 "dropzone-ui",
22 "material",
23 "drag",
24 "drop",
25 "mui",
26 "material-ui",
27 "typescript",
28 "front-end",
29 "framework",
30 "kamui",
31 "react"
32 ],
33 "author": "JinSSJ3",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/files-ui/files-ui-react/issues"
37 },
38 "homepage": "https://www.files-ui.com/",
39 "peerDependencies": {
40 "react": "^17.0.2 || ^18.0.0",
41 "react-dom": "^17.0.2 || ^18.0.0"
42 },
43 "devDependencies": {
44 "@rollup/plugin-commonjs": "^24.0.1",
45 "@rollup/plugin-node-resolve": "^15.0.1",
46 "@rollup/plugin-typescript": "^11.0.0",
47 "@testing-library/jest-dom": "^5.16.5",
48 "@testing-library/react": "^12.1.5",
49 "autoprefixer": "^10.4.14",
50 "identity-obj-proxy": "^3.0.0",
51 "jest": "^29.5.0",
52 "jest-environment-jsdom": "^29.5.0",
53 "rollup-plugin-peer-deps-external": "^2.2.4",
54 "rollup-plugin-terser": "^7.0.2",
55 "rollup-plugin-typescript2": "^0.34.1",
56 "ts-jest": "^29.0.5",
57 "typescript": "^5.0.2"
58 },
59 "scripts": {
60 "storybook": "start-storybook -p 6006",
61 "build-storybook": "build-storybook",
62 "build": "rollup -c",
63 "lint": "eslint src/*.tsx --quiet --fix",
64 "test": "jest",
65 "test:coveralls": "jest --coverage && coveralls < coverage/lcov.info"
66 },
67 "dependencies": {
68 "@files-ui/react": "latest"
69 },
70 "publishConfig": {
71 "access": "public"
72 }
73}
\No newline at end of file