forked from libin1991/react-image-editer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.6 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "react-image-editer",
"version": "1.0.1",
"description": " A image editer component for react",
"main": "./lib/index.js",
"files": [
"dist",
"lib"
],
"scripts": {
"start": "webpack --config webpack.test.config.js",
"build": "webpack --config webpack.config.js --color",
"dll": "webpack --config webpack.dll.js -p"
},
"author": "Cenven ceng",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/qq2279881628/react-image-editer.git"
},
"keywords": [
"react",
"image editer",
"image",
"useful component",
"react-component"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-import": "^1.9.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"file-loader": "^3.0.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.4",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"style-loader": "^0.21.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2",
"antd": "^3.18.2",
"react-simple-draggable": "^1.0.1",
"url-loader": "^1.1.2"
},
"dependencies": {
},
"npmName": "react-image-editer",
"npmFileMap": [
{
"basePath": "/lib/",
"files": [
"*.js"
]
}
],
"homepage": "react-image-editer"
}