Spaces:
Running
Running
File size: 763 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 |
{
"name": "tui-image-editor",
"authors": ["NHN Cloud. FE Dev Lab <dl_javascript@nhn.com>"],
"license": "MIT",
"main": ["dist/tui-image-editor.js"],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"server",
"data.js",
"Gruntfile.js",
"gulpfile.js",
"conf.json",
"package.json",
".gitignore",
"samples",
"index.js",
"jsdoc.conf.json",
"webpack.*.js"
],
"dependencies": {
"fabric": "4.2.0",
"tui-code-snippet": "^1.5.0",
"tui-color-picker": "^2.2.0"
},
"devDependencies": {
"tui-component-colorpicker": "~1.0.1",
"filesaver": "*"
},
"resolutions": {
"tui-code-snippet": "^1.5.0",
"tui-color-picker": "^2.2.0"
}
}
|