UNPKG

@bytedance/mona-client-mini

Version:

miniapp for mona

54 lines (53 loc) 1.42 kB
{ "name": "@bytedance/mona-client-mini", "version": "0.3.43", "description": "miniapp for mona", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jest", "build": "NODE_ENV=production rollup -c", "start": "NODE_ENV=development rollup -c -w", "clean": "rm -rf dist" }, "keywords": [ "miniapp", "mona" ], "author": "zhangxiaowei.chris@bytedance.com", "license": "MIT", "sideEffects": false, "dependencies": { "@bytedance/mona": "^0.3.43", "@bytedance/mona-shared": "^0.3.43", "react-reconciler": "^0.26.2", "scheduler": "^0.20.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^19.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.2", "@rollup/plugin-replace": "^3.0.0", "@types/react-is": "^17.0.3", "@types/react-reconciler": "^0.26.4", "react": "^17.0.2", "rollup": "2.53.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.0", "rollup-plugin-typescript2": "0.36.0", "tslib": "^2.3.1", "typescript-json-schema": "^0.43.0", "typescript-transform-paths": "^2.2.4" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "peerDependencies": { "react": "^17.0.2" }, "gitHead": "c6574818f43c7dfc9e2a3ea0e129977913d4b639" }