-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 KB
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": "dialog-queue",
"version": "0.0.5",
"description": "连续弹框解决方案",
"main": "src/DialogQueue.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd docs && webpack",
"start": "cd docs && webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangwy/dialog-queue"
},
"bugs": {
"url": "https://github.com/wangwy/dialog-queue/issues"
},
"homepage": "https://wangwy.github.io/dialog-queue/example/",
"keywords": [
"vue",
"dialog",
"queue",
"demo"
],
"author": "wangwy",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^4.0.0-beta.3",
"markdown-it": "^10.0.0",
"markdown-it-container": "^2.0.0",
"style-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.7.1",
"vue-markdown-loader": "^2.4.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"user": "0.0.0",
"vue": "^2.6.10"
}
}