package.json
2.93 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"_from": "@toast-ui/react-image-editor",
"_id": "@toast-ui/react-image-editor@1.3.0",
"_inBundle": false,
"_integrity": "sha512-+PzrQlg+6++ps+BWQ/07zrkxf/ALFsUIrStnki92BswCPufKFI0cB/HVUc3ybMqhjvMnJPHwGjsr+Y9vPw8DBQ==",
"_location": "/@toast-ui/react-image-editor",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@toast-ui/react-image-editor",
"name": "@toast-ui/react-image-editor",
"escapedName": "@toast-ui%2freact-image-editor",
"scope": "@toast-ui",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@toast-ui/react-image-editor/-/react-image-editor-1.3.0.tgz",
"_shasum": "b9b4353250c033be7082962f58b7b3763c0a1ee4",
"_spec": "@toast-ui/react-image-editor",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung",
"author": {
"name": "NHN. FE Development Lab",
"email": "dl_javascript@nhn.com"
},
"browserslist": "last 2 versions, ie 9",
"bugs": {
"url": "https://github.com/nhn/toast-ui.react-image-editor/issues"
},
"bundleDependencies": false,
"dependencies": {
"fabric": "4.2.0",
"tui-image-editor": "^3.11.0"
},
"deprecated": false,
"description": "React wrapper component for tui.imageEditor",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^4.1.7",
"@storybook/addon-knobs": "^4.1.7",
"@storybook/addon-links": "^4.1.7",
"@storybook/addons": "^4.1.7",
"@storybook/react": "^4.1.7",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"eslint": "^5.12.1",
"eslint-config-prettier": "^3.6.0",
"eslint-config-tui": "^2.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"jquery-mockjax": "^2.5.0",
"prettier": "^1.16.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"storybook": "^5.3.13",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"files": [
"dist",
"src"
],
"homepage": "https://github.com/nhn/toast-ui.react-image-editor",
"license": "MIT",
"main": "dist/toastui-react-image-editor.js",
"name": "@toast-ui/react-image-editor",
"peerDependencies": {
"react": "^16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhn/toast-ui.react-image-editor.git"
},
"scripts": {
"build": "webpack --mode production",
"build-storybook": "build-storybook",
"build:dev": "webpack --mode development",
"serve": "webpack-dev-server",
"storybook": "start-storybook -s ./node_modules/tui-image-editor/dist/svg,.storybook -p 6006"
},
"version": "1.3.0"
}