1
2
3
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
36
37
38
| {
| "name": "@dcloudio/uni-stat",
| "version": "2.0.2-4060420250429001",
| "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": "33d0bb4eae4ee96b3b4efb5c8e10b7594e42b195"
| }
|
|