@fruits-chain/sop
Version:
A component for sop
62 lines (61 loc) • 1.75 kB
JSON
{
"name": "@fruits-chain/sop",
"version": "1.6.6",
"description": "A component for sop",
"scripts": {
"clean": "rimraf lib",
"lint": "eslint",
"dev": "yarn clean && rollup -c -w",
"build-bundle": "rollup -c",
"build": "run-s lint clean build-bundle",
"gen": "fruits-chain-gc http://192.168.10.235:4001/graphql --folder src/graphql"
},
"keywords": [
"react-native",
"hj",
"sop"
],
"author": "changhuali <changhua.li.cq@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hjfruit/bailu-app",
"directory": "packages/sop"
},
"bugs": {
"url": "https://github.com/hjfruit/bailu-app/issues"
},
"homepage": "https://github.com/hjfruit/bailu-app/tree/master/packages/sop#readme",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/index.d.ts",
"react-native": "src/index.ts",
"files": [
"lib",
"src"
],
"peerDependencies": {
"@fruits-chain/react-native-upload": "^2.4.0",
"@fruits-chain/react-native-xiaoshu": "^0.3.12",
"@fruits-chain/upload": "^1.3.0",
"rc-field-form": "^1.32.0",
"react": "^18.2.0",
"react-native": "^0.71.10"
},
"devDependencies": {
"@fruits-chain/graphql-codegen-preset": "^0.3.1",
"@fruits-chain/react-native-upload": "^2.4.0",
"@fruits-chain/react-native-xiaoshu": "^0.3.12",
"@fruits-chain/upload": "^1.6.0",
"@types/react": "^18.2.9",
"dayjs": "^1.11.6",
"graphql": "^16.6.0",
"rc-field-form": "^1.32.0",
"react": "^18.2.0",
"react-native": "^0.71.10"
},
"dependencies": {
"react-native-extended-stylesheet": "^0.12.0"
},
"gitHead": "58ad5dd8734e44f70f8cb1f200f221d8102cb427"
}