package.json 1.0 KB
Newer Older
1 2
{
  "name": "@dcloudio/uni-app",
R
r-u 已提交
3
  "version": "3.0.0-3080720230630001",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
  "description": "@dcloudio/uni-app",
  "main": "./dist/uni-app.cjs.js",
  "module": "./dist/uni-app.es.js",
  "types": "./dist/uni-app.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-app"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
20
  },
fxy060608's avatar
fxy060608 已提交
21 22 23 24 25 26
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "uni-app": {
    "name": "uni-app",
    "main": "dist/uni.compiler.js"
  },
  "dependencies": {
R
r-u 已提交
27 28 29 30 31 32
    "@dcloudio/uni-cloud": "3.0.0-3080720230630001",
    "@dcloudio/uni-components": "3.0.0-3080720230630001",
    "@dcloudio/uni-i18n": "3.0.0-3080720230630001",
    "@dcloudio/uni-push": "3.0.0-3080720230630001",
    "@dcloudio/uni-shared": "3.0.0-3080720230630001",
    "@dcloudio/uni-stat": "3.0.0-3080720230630001",
33
    "@vue/shared": "3.2.47"
34 35
  },
  "peerDependencies": {
36
    "@dcloudio/types": "^3.3.2"
fxy060608's avatar
fxy060608 已提交
37
  }
38
}