File size: 1,395 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "tui-image-editor",
  "version": "3.15.3",
  "description": "TOAST UI ImageEditor",
  "keywords": [
    "nhn",
    "nhn cloud",
    "tui",
    "component",
    "image",
    "editor",
    "canvas",
    "fabric"
  ],
  "main": "dist/tui-image-editor.js",
  "files": [
    "src",
    "dist",
    "index.d.ts"
  ],
  "scripts": {
    "test": "jest --forceExit --detectOpenHandles",
    "test:types": "tsc --project tests/types",
    "build": "npm run build:clean && npm run build:svg && npm run build:prod && npm run build:minify && node tsBannerGenerator.js",
    "build:clean": "rm -rf ./dist",
    "build:prod": "webpack",
    "build:minify": "webpack --env minify",
    "build:svg": "node makesvg.js",
    "serve": "webpack serve",
    "doc:dev": "tuidoc --serv",
    "doc": "tuidoc",
    "update:wrapper": "node scripts/updateWrapper.js",
    "publish:cdn": "node scripts/publishToCDN.js"
  },
  "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": {
    "type": "git",
    "url": "https://github.com/nhn/tui.image-editor.git"
  },
  "license": "MIT",
  "browserslist": [
    "last 2 versions",
    "not ie <= 9"
  ],
  "dependencies": {
    "fabric": "^4.2.0",
    "tui-code-snippet": "^2.3.3",
    "tui-color-picker": "^2.2.6"
  }
}