-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 962 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
40
41
42
{
"name": "reimagine",
"version": "0.0.3",
"description": "Simple React image uploader.",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"start": "rollup --config rollup.config.js --watch",
"build": "rollup --config rollup.config.js"
},
"dependencies": {},
"peerDependencies": {
"react": ">= 16.8"
},
"devDependencies": {
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"global": "^4.4.0",
"http-server": "^0.12.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.23.0",
"rollup-plugin-typescript2": "^0.27.1",
"typescript": "^3.9.7"
},
"author": "",
"homepage": "https://github.com/raulchedrese/reimagine",
"license": "MIT",
"repository": "https://github.com/raulchedrese/reimagine",
"keywords": [
"react-component",
"image",
"upload"
]
}