{ "name": "antd", "version": "1.0.0-beta.4", "title": "Ant Design", "description": "一个 UI 设计语言", "homepage": "http://ant.design/", "keywords": [ "ant", "design", "react", "react-component", "component", "components", "ui", "framework", "frontend" ], "contributors": [ "ant" ], "repository": { "type": "git", "url": "https://github.com/ant-design/ant-design" }, "bugs": { "url": "https://github.com/ant-design/ant-design/issues" }, "main": "lib/index", "files": [ "dist", "lib", "style", "type-definitions" ], "typings": "type-definitions/antd.d.ts", "license": "MIT", "dependencies": { "array-tree-filter": "~1.0.0", "classnames": "~2.2.0", "css-animation": "~1.2.3", "gregorian-calendar": "~4.1.0", "gregorian-calendar-format": "~4.1.0", "rc-animate": "~2.0.3", "rc-calendar": "~5.5.1", "rc-cascader": "~0.9.8", "rc-checkbox": "~1.3.4", "rc-collapse": "~1.6.2", "rc-dialog": "~6.0.1", "rc-dropdown": "~1.4.8", "rc-form": "~0.15.2", "rc-input-number": "~2.5.8", "rc-menu": "~4.11.0", "rc-notification": "~1.3.4", "rc-pagination": "~1.5.2", "rc-progress": "~1.0.4", "rc-queue-anim": "~0.11.9", "rc-radio": "~2.0.0", "rc-rate": "~1.1.1", "rc-select": "~6.2.3", "rc-slider": "~3.6.0", "rc-steps": "~2.0.0", "rc-switch": "~1.4.1", "rc-table": "~4.0.3", "rc-tabs": "~5.9.0", "rc-time-picker": "~1.1.4", "rc-tooltip": "~3.3.2", "rc-tree": "~1.3.0", "rc-tree-select": "~1.4.5", "rc-upload": "~1.10.0", "rc-util": "~3.1.3", "react-slick": "~0.12.0", "warning": "~2.1.0" }, "devDependencies": { "antd-tools": "~0.2.3", "babel-eslint": "^6.0.2", "babel-jest": "^11.0.2", "babel-plugin-antd": "^0.4.0", "dom-scroll-into-view": "^1.1.0", "es6-shim": "^0.35.0", "eslint": "^2.2.0", "eslint-config-airbnb": "^7.0.0", "eslint-plugin-babel": "^3.0.0", "eslint-plugin-jsx-a11y": "^0.6.2", "eslint-plugin-markdown": "*", "eslint-plugin-react": "^5.0.1", "eslint-tinker": "^0.3.1", "history": "^2.0.1", "jest-cli": "^11.0.0", "jsonml-to-react-component": "~0.2.0", "jsonml.js": "^0.1.0", "jsonp": "^0.2.0", "lesshint": "^1.2.1", "lodash": "^4.1.0", "pre-commit": "1.x", "querystring": "^0.2.0", "ramda": "^0.21.0", "rc-scroll-anim": "0.2.x", "rc-tween-one": "0.2.x", "react": "^15.0.0", "react-addons-test-utils": "^15.0.0", "react-copy-to-clipboard": "^4.0.1", "react-dom": "^15.0.0", "react-github-button": "^0.1.1", "react-router": "^2.0.0", "react-stateless-wrapper": "^1.0.2", "react-sublime-video": "^0.2.0-beta", "reqwest": "^2.0.5", "values.js": "^1.0.3", "webpack-babel-jest": "^1.0.4" }, "scripts": { "dist": "antd-tools run dist", "compile": "antd-tools run compile", "clean": "antd-tools run clean", "start": "antd-tools run start", "site": "antd-tools run site", "deploy": "antd-tools run deploy", "just-deploy": "antd-tools run just-deploy", "lint": "npm run srclint && npm run demolint && npm run lesshint", "srclint": "RUN_ENV=SRC eslint components test site scripts ./*.js --ext '.js,.jsx'", "demolint": "RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'", "lesshint": "lesshint components/style -e 'components/style/+(core|mixins)/+(base|iconfont|normalize|layouts|compatibility|grid).less'", "eslint-fix": "eslint --fix components test site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md", "test": "npm run lint && npm run dist && npm run jest", "jest": "jest", "pub": "antd-tools run pub", "beta": "antd-tools run beta", "authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt" }, "jest": { "moduleFileExtensions": [ "js", "jsx", "json" ], "unmockedModulePathPatterns": [ "/node_modules/*" ], "modulePathIgnorePatterns": [ "/_site/" ], "testPathIgnorePatterns": [ "/node_modules/" ], "scriptPreprocessor": "/node_modules/webpack-babel-jest", "testDirectoryName": "tests" }, "pre-commit": [ "lint" ] }