-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
58 lines (58 loc) · 1.52 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
{
"name": "quist-ui",
"title": "Quist-UI",
"version": "1.1.2",
"description": "基于快应用的多功能、富交互、轻量级的UI 组件库",
"subversion": {
"toolkit": "0.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/JDsecretFE/quist-ui.git"
},
"author": "secretFE",
"homepage": "https://jdsecretfe.github.io/quist-ui/",
"keywords": [
"Quist-UI",
"ui-components",
"component",
"components",
"ui",
"快应用",
"快应用UI组件库"
],
"bugs": {
"url": "https://github.com/JDsecretFE/quist-ui/issues"
},
"scripts": {
"server": "hap server",
"postinstall": "hap postinstall",
"debug": "hap debug",
"build": "hap build",
"release": "hap release",
"watch": "hap watch",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy": "bash deploy.sh",
"hap-update": "hap update",
"fa-build": "webpack --config ./node_modules/fa-toolkit/webpack.config.js",
"fa-watch": "webpack --watch --config ./node_modules/fa-toolkit/webpack.config.js"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.4",
"hap-toolkit": "0.1.0",
"vuepress": "^0.14.4",
"webpack-cli": "^3.1.0",
"fa-toolkit": "file:fa-toolkit-1.1.0-Stable.301.tgz",
"esprima": "^4.0.1"
},
"dependencies": {
"less": "^3.9.0",
"less-loader": "^4.1.0"
}
}