-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) Β· 1.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
{
"name": "react-uploader-master",
"license": "MIT",
"description": "A simple prototype for uploading a photo by the user and previewing that photo to the user π¨βπ»",
"author": {
"name": "Mohammad Hossein Khadem al Mahdi",
"email": "[email protected]"
},
"keywords": [
"react-uploader-master",
"react-uploader",
"uploader",
"image-uploader",
"image-preview",
"react",
"library-uploader",
"library-react-uploader"
],
"private": false,
"version": "1.0.5",
"type": "module",
"files": [
"dist"
],
"homepage": "https://github.com/khadem-mh",
"repository": {
"type": "git",
"url": "git+https://github.com/khadem-mh/react-uploader-master"
},
"main": "./dist/Uploader.umd.js",
"module": "./dist/Uploader.es.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.7.0",
"path": "^0.12.7"
}
}