@mpxjs/core
Version:
mpx runtime core
114 lines (113 loc) • 2.53 kB
JSON
{
"name": "@mpxjs/core",
"version": "2.10.13",
"description": "mpx runtime core",
"keywords": [
"miniprogram",
"mpx"
],
"author": "donghongping",
"license": "Apache-2.0",
"module": "src/index.js",
"types": "@types/index.d.ts",
"directories": {
"src": "src"
},
"files": [
"src",
"@types"
],
"main": "src/index.js",
"dependencies": {
"@mpxjs/utils": "^2.10.13",
"lodash": "^4.1.1",
"miniprogram-api-typings": "^3.10.0"
},
"peerDependencies": {
"@d11/react-native-fast-image": "*",
"@mpxjs/api-proxy": "^2.9.0",
"@mpxjs/store": "^2.9.0",
"@react-navigation/native": "*",
"@react-navigation/native-stack": "*",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "*",
"react-native-linear-gradient": "*",
"react-native-reanimated": "*",
"react-native-safe-area-context": "*",
"react-native-screens": "*",
"react-native-video": "*",
"react-native-webview": "*",
"vue": "^2.7.10",
"vue-demi": "^0.14.6",
"vue-i18n": "^8.27.2",
"vue-i18n-bridge": "^9.2.2"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
},
"vue-demi": {
"optional": true
},
"vue-i18n": {
"optional": true
},
"vue-i18n-bridge": {
"optional": true
},
"react": {
"optional": true
},
"react-native": {
"optional": true
},
"react-native-reanimated": {
"optional": true
},
"@react-navigation/native": {
"optional": true
},
"@react-navigation/native-stack": {
"optional": true
},
"react-native-safe-area-context": {
"optional": true
},
"react-native-screens": {
"optional": true
},
"react-native-webview": {
"optional": true
},
"react-native-gesture-handler": {
"optional": true
},
"react-native-linear-gradient": {
"optional": true
},
"@d11/react-native-fast-image": {
"optional": true
},
"react-native-video": {
"optional": true
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:didi/mpx.git"
},
"homepage": "https://didi.github.io/mpx/",
"bugs": {
"url": "https://github.com/didi/mpx/issues"
},
"sideEffects": false,
"gitHead": "1b4a2d4765341ef6c6b74e501f72a0f856f247f9"
}