package.json 946 字节
Newer Older
1 2
{
  "name": "@dcloudio/vue-cli-plugin-uni",
3
  "version": "2.0.0-alpha-22520190907004",
4 5 6 7 8 9 10 11 12 13 14
  "description": "uni-app plugin for vue-cli 3",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "uniapp-cli": "./bin/uniapp-cli.js"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "dependencies": {
15
    "@dcloudio/uni-stat": "^2.0.0-alpha-22520190907004",
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    "copy-webpack-plugin": "^4.6.0",
    "cross-env": "^5.2.0",
    "envinfo": "^6.0.1",
    "hash-sum": "^1.0.2",
    "loader-utils": "^1.1.0",
    "module-alias": "^2.1.0",
    "postcss": "^7.0.7",
    "postcss-import": "^12.0.1",
    "postcss-selector-parser": "^5.0.0",
    "postcss-value-parser": "^3.3.1",
    "strip-json-comments": "^2.0.1",
    "update-check": "^1.5.3",
    "webpack-merge": "^4.1.4",
    "wrap-loader": "^0.2.0",
    "xregexp": "4.0.0"
fxy060608's avatar
merge  
fxy060608 已提交
31
  },
fxy060608's avatar
fxy060608 已提交
32
  "gitHead": "fff5f42b59d7753debea23a347aa434fa93eec13"
fxy060608's avatar
fxy060608 已提交
33
}