package.json 611 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-components",
Q
qiang 已提交
3
  "version": "3.0.0-alpha-3060820221026001",
4 5 6
  "description": "@dcloudio/uni-components",
  "main": "index.js",
  "files": [
fxy060608's avatar
fxy060608 已提交
7 8
    "style",
    "lib"
9 10 11 12 13 14 15 16 17
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-components"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
18
  },
fxy060608's avatar
fxy060608 已提交
19 20
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "devDependencies": {
Q
qiang 已提交
21
    "@dcloudio/uni-shared": "3.0.0-alpha-3060820221026001",
fxy060608's avatar
fxy060608 已提交
22
    "@types/quill": "^1.3.7"
fxy060608's avatar
fxy060608 已提交
23
  }
24
}