UNPKG

3.19 kBJSONView Raw
1{
2 "name": "@dropzone-ui/react",
3 "version": "6.7.20",
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/dropzone-ui/dropzone-ui-react/issues"
37 },
38 "homepage": "https://dropzone-ui.herokuapp.com/",
39 "dependencies": {
40 "@dynamicss/dynamicss": "^2.2.8",
41 "@unlimited-react-components/kernel": "^1.0.2",
42 "@unlimited-react-components/material-button": "^1.2.8"
43 },
44 "peerDependencies": {
45 "axios": "latest",
46 "react": "^17.0.0 || ^18.0.0",
47 "react-dom": "^17.0.0 || ^18.0.0"
48 },
49 "devDependencies": {
50 "@rollup/plugin-commonjs": "^21.0.1",
51 "@rollup/plugin-node-resolve": "^13.1.3",
52 "@storybook/addon-actions": "^6.4.15",
53 "@storybook/addon-essentials": "^6.4.15",
54 "@storybook/addon-links": "^6.4.15",
55 "@storybook/node-logger": "^6.4.15",
56 "@storybook/preset-create-react-app": "^4.0.0",
57 "@storybook/react": "^6.4.15",
58 "@storybook/testing-react": "^1.2.3",
59 "@testing-library/jest-dom": "^5.16.0",
60 "@testing-library/react": "^12.0.0",
61 "@types/jest": "^27.4.0",
62 "@types/node": "^17.0.8",
63 "@types/testing-library__jest-dom": "^5.14.2",
64 "@types/testing-library__react": "^10.2.0",
65 "@typescript-eslint/eslint-plugin": "^5.10.1",
66 "@typescript-eslint/parser": "^5.10.1",
67 "babel-loader": "^8.2.3",
68 "coveralls": "^3.1.0",
69 "css-loader": "^6.5.1",
70 "eslint": "^8.6.0",
71 "eslint-config-prettier": "^8.1.0",
72 "eslint-plugin-jest": "^25.3.4",
73 "eslint-plugin-prettier": "^4.0.0",
74 "eslint-plugin-react": "^7.28.0",
75 "jest": "^29.0.3",
76 "jest-environment-jsdom": "^29.0.3",
77 "json-schema": "0.4.0",
78 "prettier": "^2.5.1",
79 "rollup": "^2.63.0",
80 "rollup-plugin-json": "^4.0.0",
81 "rollup-plugin-jsx": "^1.0.3",
82 "rollup-plugin-peer-deps-external": "^2.2.3",
83 "rollup-plugin-sass": "^1.2.10",
84 "rollup-plugin-terser": "^7.0.2",
85 "rollup-plugin-typescript2": "^0.31.1",
86 "sass-loader": "^12.4.0",
87 "style-loader": "^3.3.1",
88 "ts-jest": "^29.0.2",
89 "ts-loader": "^9.2.5",
90 "tslib": "^2.1.0",
91 "typescript": "^4.5.4"
92 },
93 "scripts": {
94 "storybook": "start-storybook -p 6006",
95 "build-storybook": "build-storybook",
96 "build": "rollup -c",
97 "lint": "eslint src/*.tsx --quiet --fix",
98 "test": "jest",
99 "test:coveralls": "jest --coverage && coveralls < coverage/lcov.info"
100 }
101}