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