UNPKG

@lx-react-materiel/ms-shop

Version:

## usage

51 lines 1.08 kB
{ "name": "@lx-react-materiel/ms-shop", "version": "0.7.6", "description": "", "keywords": [ "taro", "taro3", "box", "lx" ], "author": "mind.wang <mind.wang@lixinchuxing.com>", "homepage": "", "license": "ISC", "main": "lib/index.ts", "types": "types/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "types" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git@gitlab.lixinio.com:frontend/lx-react-materiel.git" }, "devDependencies": { "@tarojs/components": "^3.6.6", "@tarojs/taro": "^3.6.6", "react": "^18.2.0", "utility-types": "^3.10.0" }, "peerDependencies": { "@tarojs/components": "^3.6.6", "@tarojs/taro": "^3.6.6", "react": "^18.2.0", "utility-types": "^3.10.0" }, "dependencies": { "@lx-react-materiel/components": "^0.7.0", "@lx-react-materiel/shared": "^0.7.0-beta.0" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "build": "tsc" } }