forked from files-ui/files-ui-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.77 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
{
"name": "@files-ui/react",
"version": "1.2.3",
"description": "UI components for file uploads with React js",
"main": "./build/index.js",
"module": "./build/index.es.js",
"types": "./build/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/files-ui/files-ui-react.git"
},
"keywords": [
"file",
"upload",
"dropzone",
"file upload",
"uploader",
"file uploader",
"typescript",
"drag",
"drop",
"drag-drop",
"preview",
"ui",
"file",
"uploader",
"uploader",
"files",
"material",
"mui",
"framework",
"front-end",
"kamui",
"react",
"react-component"
],
"author": "JinSSJ3",
"license": "MIT",
"bugs": {
"url": "https://github.com/files-ui/files-ui-react/issues"
},
"homepage": "https://www.files-ui.com",
"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-sass": "^1.12.19",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
"dependencies": {
"@dynamicss/dynamicss": "^2.2.8",
"@files-ui/core": "^2.0.6"
},
"publishConfig": {
"access": "public"
}
}