UNPKG

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