forked from dropzone-ui/dropzone-ui-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "@dropzone-ui/react",
"version": "6.5.1",
"description": "The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.",
"main": "./build/index.js",
"module": "./build/index.es.js",
"types": "./build/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/dropzone-ui/dropzone-ui-react.git"
},
"keywords": [
"dropzone",
"react-dropzone",
"material-ui",
"dropzone-ui",
"material",
"file upload",
"file",
"upload",
"react-component",
"react",
"drag",
"drop",
"mui",
"typescript",
"front-end",
"framework",
"kamui",
"react"
],
"author": "JinSSJ3",
"license": "MIT",
"bugs": {
"url": "https://github.com/dropzone-ui/dropzone-ui-react/issues"
},
"homepage": "http://www.dropzone-ui.com",
"dependencies": {
"@dynamicss/dynamicss": "^2.2.0",
"@unlimited-react-components/kernel": "^1.0.2",
"@unlimited-react-components/material-button": "^1.2.8"
},
"peerDependencies": {
"axios": "^0.24.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@storybook/addon-actions": "^6.4.10",
"@storybook/addon-essentials": "^6.4.8",
"@storybook/addon-links": "^6.4.9",
"@storybook/node-logger": "^6.4.8",
"@storybook/preset-create-react-app": "^4.0.0",
"@storybook/react": "^6.4.9",
"@storybook/testing-react": "^1.2.2",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^12.0.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/testing-library__jest-dom": "^5.14.2",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"ansi-regex": "^6.0.1",
"ansi-html": "^0.0.7",
"babel-loader": "^8.2.3",
"coveralls": "^3.1.0",
"css-loader": "^6.5.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"identity-obj-proxy": "^3.0.0",
"immer": "^9.0.7",
"jest": "^27.4.7",
"json-schema": "0.4.0",
"prettier": "^2.5.1",
"rollup": "^2.63.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-sass": "^1.2.10",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"sass-loader": "^12.4.0",
"set-value": "^4.0.1",
"style-loader": "^3.3.1",
"trim": "^1.0.1",
"ts-jest": "^27.1.2",
"ts-loader": "^9.2.5",
"tslib": "^2.1.0",
"typescript": "^4.5.4"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "rollup -c",
"lint": "eslint src/*.tsx --quiet --fix",
"test": "jest",
"test:coveralls": "jest --coverage && coveralls < coverage/lcov.info"
}
}