-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.92 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
71
72
73
{
"name": "wxpay-demo-tool",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"data-tree": "git+https://github.com/btbxbob/Data-Tree.git",
"directory-tree": "^2.0.0",
"highlight.js": "^9.12.0",
"iview": "^2.0.0",
"js2xmlparser": "^3.0.0",
"node-dir": "github:btbxbob/node-dir",
"vue": "^2.4.2",
"vue-highlight.js": "^2.0.0",
"vue-highlightjs": "^1.3.3",
"xml-beautifier": "^0.3.0"
},
"description": "",
"main": "http://127.0.0.1:8080",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"element-ui": "^1.4.2",
"eslint": "^4.4.1",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"nw": "^0.24.1",
"nw-builder": "^3.4.1",
"style-loader": "^0.18.2",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1"
},
"window": {
"toolbar": false,
"width": 1000,
"height": 500,
"min_width": 800,
"min_height": 500,
"resizable": true,
"frame": true,
"kiosk": false,
"icon": "/static/logo.png",
"show_in_taskbar": true
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "cross-env NODE_ENV=development webpack-dev-server -d --hot --progress --color"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btbxbob/wxpay-demo-tool.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/btbxbob/wxpay-demo-tool/issues"
},
"homepage": "https://github.com/btbxbob/wxpay-demo-tool#readme",
"node-remote": "<all_urls>",
"chromium-args": "--load-extension='./vue-devtools/'",
"webkit": {
"plugin": true
}
}