package.json 1.0 KB
Newer Older
1 2
{
  "name": "@dcloudio/uni-cli-shared",
3
  "version": "3.0.0-alpha-3021020210930001",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
  "description": "@dcloudio/uni-cli-shared",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-cli-shared"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "dependencies": {
fxy060608's avatar
fxy060608 已提交
22
    "@rollup/pluginutils": "^4.1.1",
fxy060608's avatar
fxy060608 已提交
23
    "chokidar": "^3.5.2",
fxy060608's avatar
fxy060608 已提交
24
    "compare-versions": "^3.6.0",
25
    "debug": "^4.3.1",
fxy060608's avatar
fxy060608 已提交
26
    "estree-walker": "^3.0.0",
27
    "fast-glob": "^3.2.7",
fxy060608's avatar
fxy060608 已提交
28
    "fs-extra": "^10.0.0",
fxy060608's avatar
fxy060608 已提交
29
    "hash-sum": "^2.0.0",
30
    "jsonc-parser": "^3.0.0",
fxy060608's avatar
fxy060608 已提交
31
    "merge": "^2.1.1",
fxy060608's avatar
fxy060608 已提交
32
    "postcss-selector-parser": "^6.0.6",
fxy060608's avatar
fxy060608 已提交
33
    "rollup-plugin-copy": "^3.4.0",
34 35 36
    "tapable": "^2.2.0",
    "xregexp": "3.1.0"
  },
37
  "gitHead": "453a3e6ead807864087692f4339ea3d667045fe7",
fxy060608's avatar
fxy060608 已提交
38 39 40
  "devDependencies": {
    "@types/hash-sum": "^1.0.0"
  }
41
}