You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
{
|
|
"name": "@dcloudio/uni-stat",
|
|
"version": "2.0.0-32920211029001",
|
|
"description": "",
|
|
"main": "dist/uni-stat.es.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"
|
|
},
|
|
"gitHead": "9e2d0f8e244724fcd64880316c57d837d1778cf8"
|
|
}
|
|
|