-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
71 lines (71 loc) · 1.79 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
{
"name": "vue-hap-tools",
"version": "2.1.0",
"description": "基于Vue.js的快应用开发框架",
"author": "Youjingyu <[email protected]>",
"subversion": {
"toolkit": "0.0.34"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/Youjingyu/vue-hap-tools"
},
"bugs": "https://github.com/Youjingyu/vue-hap-tools/issues",
"homepage": "https://github.com/Youjingyu/vue-hap-tools",
"keywords": [
"快应用",
"quick app",
"vue"
],
"scripts": {
"test": "mocha ./test/convert/*/*.test.js"
},
"dependencies": {
"@whale-you/vue-core": "2.5.0",
"acorn": "^5.7.2",
"babel-cli": "^6.10.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-preset-stage-3": "^6.24.1",
"commander": "^2.16.0",
"cross-env": "^5.1.4",
"css": "^2.2.3",
"css-what": "^2.1.0",
"escodegen": "~1.7.1",
"fs-extra": "^3.0.1",
"hap-toolkit": "0.0.36",
"koa": "^2.3.0",
"koa-body": "^2.5.0",
"koa-router": "^7.2.1",
"koa-send": "^4.1.1",
"koa-static": "^4.0.1",
"minimatch": "^3.0.4",
"socket.io": "^2.1.0",
"vue-template-compiler": "^2.5.16",
"vue-template-es2015-compiler": "^1.6.0",
"walk": "^2.3.14",
"webpack": "^3.11.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"chai": "^4.1.2",
"eslint": "^4.3.0",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.2.0"
},
"bin": {
"vue-hap": "./bin/vue-hap.js"
},
"engines": {
"node": ">=8.0.0"
},
"license": "MIT"
}