package.json 1.0 KB
Newer Older
1 2
{
  "name": "@dcloudio/uni-stat",
3
  "version": "2.0.0-alpha-28920200824001",
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
  "description": "",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-stat"
  },
  "scripts": {
    "dev": "NODE_ENV=development rollup -w -c rollup.config.js",
    "build": "NODE_ENV=production rollup -c rollup.config.js"
  },
  "files": [
    "dist",
    "package.json",
    "LICENSE"
  ],
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "eslint": "^6.1.0",
    "rollup": "^1.19.3",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-clear": "^2.0.7",
    "rollup-plugin-commonjs": "^10.0.2",
    "rollup-plugin-copy": "^3.1.0",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-uglify": "^6.0.2"
fxy060608's avatar
fxy060608 已提交
36
  },
37
  "gitHead": "e51484a49748f7bff86bb833763e5dff1522d380"
38
}