-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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-pic-clip",
"version": "0.0.1",
"description": "a simple upload cropped image vue plugin",
"author": "",
"private": false,
"main": "./dist/vue-pic-clip.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open --config webpack.config.js --host 172.28.3.132",
"doc": "webpack --config webpack.config.js",
"build": "webpack --config webpack.prod.conf.js"
},
"repository": {
"type": "git",
"url": "[email protected]:Tianyazz/vue-pic-clip.git"
},
"files": [
"dist",
"src"
],
"keywords": [
"vue",
"vue-clip",
"vue-pic-clip",
"vue-component"
],
"license": "MIT",
"dependencies": {
"vue-router": "^3.0.2",
"webpack-cli": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"highlight.js": "^9.13.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"vue-loader": "^15.5.0",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.3",
"webpack-dev-server": "^3.1.14"
}
}