{"name":"antd-mobile","version":"1.0.0-beta.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"3dbc3324ab235572e9a3a772eb6035c874ae728b","_id":"antd-mobile@1.0.0-beta.1","_shasum":"eba12f51cb03d3a0df2608411ce552cf14c748d4","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"warmhug","email":"hualei5280@gmail.com"},"dist":{"shasum":"eba12f51cb03d3a0df2608411ce552cf14c748d4","size":1808952,"noattachment":false,"key":"/antd-mobile/-/antd-mobile-1.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/antd-mobile/download/antd-mobile-1.0.0-beta.1.tgz"},"maintainers":[{"name":"afc163","email":""},{"name":"awmleer","email":""},{"name":"zombiej","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-beta.1.tgz_1484302353637_0.12538478965871036"},"directories":{},"publish_time":1484302353928,"_hasShrinkwrap":false,"_cnpm_publish_time":1484302353928,"_cnpmcore_publish_time":"2021-12-16T10:54:18.810Z","dist-tags":{"dev":"0.0.0-dev.92d6290f7","latest":"5.39.0"}}