File size: 941 Bytes
b456468
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "@toast-ui/react-image-editor",
  "version": "3.15.3",
  "description": "TOAST UI Image-Editor for React",
  "main": "dist/toastui-react-image-editor.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "webpack",
    "storybook": "start-storybook -s ./node_modules/tui-image-editor/dist/svg,.storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "homepage": "https://github.com/nhn/tui.image-editor",
  "bugs": "https://github.com/nhn/tui.image-editor/issues",
  "author": "NHN Cloud. FE Development Lab <dl_javascript@nhn.com>",
  "repository": "https://github.com/nhn/tui.image-editor.git",
  "license": "MIT",
  "browserslist": [
    "last 2 versions",
    "not ie <= 9"
  ],
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "devDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "dependencies": {
    "fabric": "^4.2.0",
    "tui-image-editor": "^3.15.2"
  }
}