-
Notifications
You must be signed in to change notification settings - Fork 351
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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-filerobot-image-editor",
"version": "4.9.1",
"license": "MIT",
"author": "Scaleflex",
"homepage": "https://github.com/scaleflex/filerobot-image-editor#readme",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/scaleflex/filerobot-image-editor#readme"
},
"keywords": [
"Image editing react component",
"React Image Editor",
"image editor",
"filerobot image editor",
"edit image",
"modify image",
"update image",
"finetune",
"filters",
"weatermark",
"resize",
"annotate"
],
"files": [
"lib"
],
"dependencies": {
"@babel/runtime": "^7.17.2",
"@scaleflex/icons": "2.10.27",
"@scaleflex/ui": "2.10.27",
"konva": "9.3.6",
"prop-types": "15.7.2"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"react-konva": ">=17.0.0",
"styled-components": ">=5.3.5"
},
"scripts": {
"build:lib": "rimraf lib && cross-env BABEL_ENV=production NODE_ENV=production babel src -d lib --config-file ../../babel.config.json -D"
}
}