-
Notifications
You must be signed in to change notification settings - Fork 707
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "vue-cropper",
"version": "0.6.5",
"description": "A simple Vue picture clipping plugin",
"keywords": [
"vue",
"cropper",
"vue-cropper",
"vue-component",
"vue-cropper-component"
],
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/xyxiao001/vue-cropper.git"
},
"author": "goodboy",
"license": "ISC",
"bugs": {
"url": "https://github.com/xyxiao001/vue-cropper/issues"
},
"homepage": "https://github.com/xyxiao001/vue-cropper#readme",
"scripts": {
"build": "rm -rf ./dist && webpack --config webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"vue": "^2.5.17",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"sass": "^1.37.5"
},
"browserify": {
"transform": [
"vueify"
]
}
}