-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
51 lines (51 loc) · 1.52 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
{
"name": "vue-cropper-h5",
"description": "h5的万能裁剪框,基于vue,样式类似微信,超好用!",
"version": "1.2.5",
"author": "居里栈栈",
"license": "MIT",
"private": false,
"main": "./dist/index.js",
"bugs": {
"url": "https://github.com/2277419213/vue-cropper-h5/issues"
},
"homepage": "https://github.com/2277419213/vue-cropper-h5#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/2277419213/vue-cropper-h5.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --hide-modules"
},
"dependencies": {
"vue": "^2.6.11",
"vue-cropper": "git+https://gitee.com/JuLizhanzhan/vue-cropper#master"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime-corejs2": "^7.9.2",
"babel-loader": "^8.0.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"terser-webpack-plugin": "^2.3.5",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpackbar": "^4.0.0"
}
}