-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "haproxy-router-ui",
"version": "0.1.0-dev",
"private": false,
"description": "The Admin UI Dashboard for HAProxy Router",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Jin Hu (https://github.com/bixuehujin)",
"license": "MIT",
"dependencies": {
"axios": "^0.16.2",
"stylus": "^0.54.5",
"vue": "2.2.6",
"vue-router": "2.5.3"
},
"devDependencies": {
"css-loader": "^0.28.1",
"stylus-loader": "^3.0.1",
"ts-loader": "^2.0.3",
"typescript": "2.5.*",
"vue-class-component": "^5.0.1",
"vue-loader": "^12.0.3",
"vue-property-decorator": "^5.1.0",
"vue-template-compiler": "2.2.6",
"webpack": "^2.5.0",
"html-webpack-plugin": "^2.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rethinkphp/haproxy-router-ui.git"
},
"bugs": {
"url": "https://github.com/rethinkphp/haproxy-router-ui/issues"
},
"homepage": "https://github.com/rethinkphp/haproxy-router-ui#readme"
}