{ "name": "@music163/tango-setting-form", "version": "1.2.15", "description": "setting form of tango-apps", "author": "wwsun ", "homepage": "", "license": "MIT", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "types": "lib/esm/index.d.ts", "files": [ "dist", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/netease/tango.git" }, "scripts": { "clean": "rimraf dist/ && rimraf lib/", "build": "yarn clean && yarn build:esm && yarn build:cjs", "build:esm": "tsc --project tsconfig.prod.json --outDir lib/esm/ --module ES2020", "build:cjs": "tsc --project tsconfig.prod.json --outDir lib/cjs/ --module CommonJS", "prepublishOnly": "yarn build" }, "peerDependencies": { "react": ">= 16.8" }, "dependencies": { "@ant-design/icons": "^4.8.0", "@music163/tango-core": "^1.4.4", "@music163/tango-helpers": "^1.2.4", "@music163/tango-ui": "^1.4.5", "antd": "^4.24.2", "coral-system": "^1.0.5", "mobx": "6.13.2", "mobx-react-lite": "4.0.7" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }