-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·54 lines (54 loc) · 1.58 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
{
"name": "iot-ui",
"version": "2.0.0",
"subversion": {
"toolkit": "0.0.34"
},
"author": "tech bro in vivo",
"keywords": "IoT,iot,quick app",
"description": "基于快应用的IoT组件库",
"repository": {
"type": "git",
"url": "[email protected]:vivoquickapp/iot-ui.git"
},
"scripts": {
"start": "hap server --watch",
"server": "hap server",
"postinstall": "hap postinstall",
"debug": "hap debug",
"build": "hap build",
"release": "hap release",
"watch": "hap watch",
"precommit-msg": "echo '🚧 start pre-commit checks...' && exit 0",
"eslint:fix": "eslint src/**/**/*.js --fix",
"eslint:code": "eslint src/**/**/*.js",
"format:code": "prettier-eslint --write \"src/**/**/*.js\" \"src/**/**/*.less\"",
"prettier:js": "prettier --write 'src/**/**/*.js'",
"prettier-watch": "onchange '**/*.md' -- prettier --write {{changed}}"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"cross-env": "^5.1.4",
"css-what": "^2.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"hap-toolkit": "0.0.34",
"husky": "^1.2.0",
"koa": "^2.3.0",
"koa-body": "^2.5.0",
"koa-router": "^7.2.1",
"koa-send": "^4.1.1",
"koa-static": "^4.0.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"prettier-eslint-cli": "^4.7.1",
"socket.io": "^2.1.0",
"webpack": "^3.11.0"
}
}