-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
73 lines (73 loc) · 1.93 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
{
"name": "@dropzone-ui/react",
"version": "7.0.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.",
"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",
"file upload",
"file",
"upload",
"react-component",
"react",
"ui",
"dropzone-ui",
"material",
"drag",
"drop",
"mui",
"material-ui",
"typescript",
"front-end",
"framework",
"kamui",
"react"
],
"author": "JinSSJ3",
"license": "MIT",
"bugs": {
"url": "https://github.com/files-ui/files-ui-react/issues"
},
"homepage": "https://www.files-ui.com/",
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"autoprefixer": "^10.4.14",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"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"
},
"dependencies": {
"@files-ui/react": "latest"
},
"publishConfig": {
"access": "public"
}
}