You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

198 lines
6.0 KiB

{
"name": "antd",
"version": "2.6.1",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"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.js",
"files": [
"dist",
"lib"
],
"typings": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"array-tree-filter": "~1.0.0",
"babel-runtime": "6.x",
"classnames": "~2.2.0",
"css-animation": "^1.2.5",
"moment": "~2.17.0",
"object-assign": "~4.1.0",
"omit.js": "^0.1.0",
"rc-animate": "~2.3.0",
"rc-calendar": "~7.5.1",
"rc-cascader": "~0.10.1",
"rc-checkbox": "~1.4.0",
"rc-collapse": "~1.6.4",
"rc-dialog": "~6.5.0",
"rc-dropdown": "~1.4.8",
"rc-editor-mention": "~0.3.0",
"rc-form": "~1.1.0",
"rc-input-number": "~2.8.3",
"rc-menu": "~5.0.1",
"rc-notification": "~1.3.4",
"rc-pagination": "~1.6.0",
"rc-progress": "~2.0.1",
"rc-radio": "~2.0.0",
"rc-rate": "~1.1.2",
"rc-select": "~6.6.1",
"rc-slider": "~5.4.0",
"rc-steps": "~2.2.0",
"rc-switch": "~1.4.2",
"rc-table": "~5.2.0",
"rc-tabs": "~7.1.0",
"rc-time-picker": "~2.2.1",
"rc-tooltip": "~3.4.2",
"rc-tree": "~1.4.0",
"rc-tree-select": "~1.8.0",
"rc-upload": "~2.3.0",
"rc-util": "^4.0.1",
"react-lazy-load": "^3.0.10",
"react-slick": "~0.14.2",
"shallowequal": "^0.2.2",
"warning": "~3.0.0"
},
"devDependencies": {
"@types/react": "~0.14.41",
"@types/react-dom": "~0.14.18",
"antd-demo-jest": "^1.0.5",
"antd-tools": "~0.16.0",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-jest": "^17.0.0",
"babel-plugin-import": "^1.0.0",
"babel-plugin-transform-runtime": "~6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"bisheng": "^0.18.0",
"bisheng-plugin-antd": "~0.6.0",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-react": "^0.3.0",
"bisheng-plugin-toc": "^0.4.0",
"coveralls": "^2.11.15",
"css-split-webpack-plugin": "^0.2.1",
"dekko": "^0.2.0",
"dora-plugin-upload": "^0.3.1",
"enquire.js": "^2.1.1",
"enzyme": "^2.6.0",
"enzyme-to-json": "^1.3.0",
"eslint": "^3.0.1",
"eslint-config-airbnb": "latest",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-markdown": "1.0.0-beta.3",
"eslint-plugin-react": "^6.1.2",
"eslint-tinker": "^0.4.0",
"fetch-jsonp": "^1.0.3",
"glob": "^7.1.1",
"history": "^4.4.0",
"jest": "^18.1.0",
"jsonml-to-react-component": "~0.2.0",
"jsonml.js": "^0.1.0",
"lesshint": "^2.0.0",
"lodash.debounce": "^4.0.6",
"mockdate": "^2.0.1",
"moment-timezone": "^0.5.5",
"pre-commit": "^1.2.2",
"querystring": "^0.2.0",
"rc-queue-anim": "~0.12.4",
"rc-scroll-anim": "~0.5.0",
"rc-tween-one": "~0.11.0",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-copy-to-clipboard": "^4.0.1",
"react-document-title": "^2.0.1",
"react-dom": "^15.0.0",
"react-github-button": "^0.1.1",
"react-intl": "^2.0.1",
"react-router": "^3.0.0",
"react-stateless-wrapper": "^1.0.2",
"react-sublime-video": "^0.2.0",
"reqwest": "^2.0.5",
"typescript-babel-jest": "^0.1.5",
"values.js": "^1.0.3",
"xhr2": "^0.1.3"
},
"scripts": {
"test": "jest",
"test-all": "./scripts/test-all.sh",
"lint": "npm run tslint && npm run eslint && npm run demolint && npm run lesshint",
"tslint": "antd-tools run ts-lint && npm run compile && rm -rf lib",
"eslint": "eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx' --ignore-pattern '!.eslintrc.js'",
"demolint": "RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
"lesshint": "lesshint components -r scripts/lesshint-report.js",
"eslint-fix": "eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx' --ignore-pattern '!.eslintrc.js' && eslint-tinker ./components/*/demo/*.md",
"clean": "antd-tools run clean",
"dist": "antd-tools run dist",
"compile": "antd-tools run compile",
"start": "bisheng start -c ./site/bisheng.config.js --no-livereload",
"babel-site": "babel ./site/theme/template --out-dir ./site/theme/template",
"clean-site": "rm site/theme/template/**/*.js site/theme/template/*.js",
"site": "npm run babel-site && bisheng build --ssr -c ./site/bisheng.config.js && npm run clean-site",
"deploy": "npm run clean && npm run site && bisheng gh-pages --push-only",
"pub": "antd-tools run update-self && antd-tools run pub",
"prepublish": "antd-tools run guard",
"pre-publish": "npm run test-all && node ./scripts/prepub",
"authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt"
},
"jest": {
"setupFiles": [
"./tests/setup.js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"md"
],
"modulePathIgnorePatterns": [
"/_site/"
],
"testPathIgnorePatterns": [
"dekko",
"/node_modules/",
"node"
],
"transform": {
"\\.tsx?$": "./node_modules/typescript-babel-jest",
"\\.js$": "./node_modules/babel-jest",
"\\.md$": "./node_modules/antd-demo-jest"
},
"testRegex": ".*\\.test\\.js$",
"collectCoverageFrom": [
"components/**/*.{ts,tsx}",
"!components/*/style/index.tsx"
]
},
"pre-commit": [
"lint"
]
}