-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.13 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
66
67
68
69
70
{
"name": "@chua1989/v-dialog",
"version": "2.1.2",
"description": "基于vue2.0的dialog/toast组件,包括pc和h5两个版本。支持函数调用和组件调用。文档全面,容易上手 ",
"main": "dist/index.js",
"scripts": {
"start": "node ./build/dev-server.js",
"build": "node ./build/build.js prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chua1989/v-dialog.git"
},
"author": "chua1989",
"license": "ISC",
"bugs": {
"url": "https://github.com/chua1989/v-dialog/issues"
},
"homepage": "https://github.com/chua1989/v-dialog#readme",
"peerDependencies": {
"vue": "^2.6.10"
},
"dependencies": {},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"vue": "^2.6.10",
"vue-router": "^3.0.6",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
"chalk": "^2.4.2",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"express": "^4.17.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-beta.8",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.4.0",
"postcss-loader": "^3.0.0",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"svg-sprite-loader": "^4.1.6",
"terser-webpack-plugin": "^2.3.6",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-middleware": "^3.7.0",
"webpack-dev-server": "^3.2.1",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.1"
}
}