UNPKG

@bytedance/mona-client-web

Version:

web for mona

49 lines (48 loc) 1.3 kB
{ "name": "@bytedance/mona-client-web", "version": "0.3.42", "description": "web for mona", "main": "./dist/index.js", "files": [ "dist" ], "scripts": { "build": "yarn clean && yarn copy && yarn api-copy && tsc -b", "start": "yarn copy && tsc -b -w", "clean": "rm -rf dist", "test": "jest", "copy": "copyfiles -u 2 ./src/components/*.less ./src/components/**/*.less ./dist/components", "api-copy": "copyfiles -u 3 ./src/apis/components/**/*.less ./dist/apis/components" }, "keywords": [ "web", "mona" ], "dependencies": { "@bytedance/mona": "^0.3.42", "@bytedance/mona-shared": "^0.3.42", "ahooks": "^3.7.0" }, "devDependencies": { "@types/react-dom": "^17.0.2", "@types/react-router": "^5.1.17", "@types/react-router-dom": "^5.3.1", "copyfiles": "^2.4.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.2.0" }, "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": "f50985e1b35ef44e53d9805d0fe880b4c6ea71f6" }