-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 840 Bytes
/
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
{
"name": "react-files-ts",
"version": "0.0.4",
"description": "A file input (dropzone) management component for React",
"scripts": {
"build": "tsc"
},
"keywords": [
"react",
"reactjs",
"component",
"file",
"files",
"input",
"dropzone"
],
"author": "Doracone",
"license": "MIT",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/mj-manna/react-files-ts/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mj-manna/react-files-ts.git"
},
"homepage": "https://github.com/mj-manna/react-files-ts",
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"react": "^19.0.0"
}
}