-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
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
{
"name": "@sumedha_softech/file-uploader",
"version": "2.9.0",
"repository": {
"type": "git",
"url": "https://github.com/sumedha-softech/file-uploader-package.git"
},
"homepage": "https://github.com/sumedha-softech/file-uploader-package#readme",
"keywords": ["react", "typescript", "Sumedha Softech Pvt. Ltd.", "component-library"],
"description": "This plugin allows you to upload, preview, and delete files. You can upload files by dragging and dropping them or by using the file selector.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && rollup -c"
},
"author": "Aman Sharma",
"company": "Sumedha Softech Pvt. Ltd.",
"license": "ISC",
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-jss": "^10.10.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"rollup": "^4.41.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.8.3"
}
}