UNPKG

@bytedance/mona-client-plugin

Version:

plugin for mona

39 lines (38 loc) 889 B
{ "name": "@bytedance/mona-client-plugin", "version": "0.3.50", "description": "plugin for mona", "main": "./dist/index.js", "files": [ "dist" ], "scripts": { "build": "yarn clean && tsc -b", "start": "tsc -b -w", "clean": "rm -rf dist", "test": "jest" }, "keywords": [ "plugin", "mona" ], "dependencies": { "@bytedance/mona": "^0.3.50", "@bytedance/mona-client-web": "^0.3.50", "@bytedance/mona-plugin-events": "^0.3.50", "@bytedance/mona-shared": "^0.3.50" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.2.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "sideEffects": false, "author": "zhangxiaowei.chris@bytedance.com", "license": "MIT", "gitHead": "4a2775eb342dc576cf80f6db49f3ccbf34b16fbe" }