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.

173 lines
5.3 KiB

10 years ago
{
10 years ago
"name": "antd",
"version": "2.2.1",
10 years ago
"title": "Ant Design",
8 years ago
"description": "An enterprise-class UI design language and React-based implementation",
9 years ago
"homepage": "http://ant.design/",
9 years ago
"keywords": [
9 years ago
"ant",
"design",
"react",
9 years ago
"react-component",
9 years ago
"component",
"components",
"ui",
"framework",
"frontend"
9 years ago
],
9 years ago
"contributors": [
"ant"
],
10 years ago
"repository": {
"type": "git",
10 years ago
"url": "https://github.com/ant-design/ant-design"
10 years ago
},
"bugs": {
10 years ago
"url": "https://github.com/ant-design/ant-design/issues"
10 years ago
},
"main": "lib/index.js",
9 years ago
"files": [
"dist",
"lib"
9 years ago
],
"typings": "lib/index.d.ts",
10 years ago
"license": "MIT",
10 years ago
"dependencies": {
9 years ago
"array-tree-filter": "~1.0.0",
"babel-runtime": "6.x",
"classnames": "~2.2.0",
"css-animation": "^1.2.5",
"gregorian-calendar": "~4.1.0",
"gregorian-calendar-format": "~4.1.0",
"moment": "^2.15.1",
"object-assign": "~4.1.0",
"omit.js": "^0.1.0",
"rc-animate": "~2.3.0",
"rc-calendar": "~7.3.1",
"rc-cascader": "~0.10.1",
9 years ago
"rc-checkbox": "~1.4.0",
8 years ago
"rc-collapse": "~1.6.4",
"rc-dialog": "~6.4.0",
"rc-dropdown": "~1.4.8",
"rc-editor-mention": "~0.3.0",
"rc-form": "~1.0.0",
"rc-input-number": "~2.7.0",
"rc-menu": "~5.0.1",
"rc-notification": "~1.3.4",
9 years ago
"rc-pagination": "~1.5.3",
"rc-progress": "~2.0.1",
"rc-queue-anim": "~0.12.4",
9 years ago
"rc-radio": "~2.0.0",
9 years ago
"rc-rate": "~1.1.2",
"rc-select": "^6.6.1",
"rc-slider": "~5.2.0",
"rc-steps": "~2.2.0",
9 years ago
"rc-switch": "~1.4.2",
"rc-table": "~5.0.0",
"rc-tabs": "~7.0.5",
"rc-time-picker": "~2.0.0",
8 years ago
"rc-tooltip": "~3.4.2",
"rc-tree": "~1.3.6",
8 years ago
"rc-tree-select": "~1.8.0",
"rc-upload": "~2.2.0",
"rc-util": "^4.0.1",
"react-slick": "~0.14.2",
"shallowequal": "^0.2.2",
"warning": "~3.0.0"
},
"devDependencies": {
8 years ago
"@types/react": "~0.14.41",
"@types/react-dom": "~0.14.18",
"antd-tools": "^0.13.0",
9 years ago
"babel-eslint": "^6.0.2",
8 years ago
"babel-jest": "^13.2.2",
"babel-plugin-import": "^1.0.0",
"babel-plugin-transform-runtime": "~6.15.0",
"bisheng": "^0.14.0",
"bisheng-plugin-antd": "~0.3.0",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-react": "^0.2.0",
"bisheng-plugin-toc": "^0.3.0",
"css-split-webpack-plugin": "^0.2.1",
"dora-plugin-upload": "^0.3.1",
9 years ago
"enquire.js": "^2.1.1",
"es6-shim": "^0.35.0",
8 years ago
"eslint": "^3.0.1",
"eslint-config-airbnb": "latest",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-import": "^1.6.1",
8 years ago
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-markdown": "*",
"eslint-plugin-react": "^6.1.2",
"eslint-tinker": "^0.4.0",
8 years ago
"history": "^3.0.0",
"jest-cli": "^15.1.1",
"jsonml-to-react-component": "~0.2.0",
"jsonml.js": "^0.1.0",
"jsonp": "^0.2.0",
8 years ago
"lesshint": "^2.0.0",
9 years ago
"lodash.debounce": "^4.0.6",
"moment-timezone": "^0.5.5",
"nunjucks": "^2.4.2",
9 years ago
"pre-commit": "1.x",
"querystring": "^0.2.0",
"ramda": "^0.21.0",
"rc-scroll-anim": "~0.3.0",
9 years ago
"rc-tween-one": "~0.6.20",
"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": "^2.0.0",
"react-stateless-wrapper": "^1.0.2",
"react-sublime-video": "^0.2.0",
9 years ago
"reqwest": "^2.0.5",
"typescript-babel-jest": "^0.1.5",
"typings": "^1.3.2",
"values.js": "^1.0.3"
10 years ago
},
"scripts": {
"dist": "antd-tools run dist",
"compile": "antd-tools run compile",
"clean": "antd-tools run clean",
"start": "bisheng start -c ./site/bisheng.config.js --no-livereload",
"site": "bisheng build -c ./site/bisheng.config.js",
"deploy": "npm run clean && bisheng gh-pages -c ./site/bisheng.config.js",
8 years ago
"lint": "npm run tslint && npm run srclint && npm run demolint && npm run lesshint",
"srclint": "RUN_ENV=SRC eslint test site scripts ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx,.tsx' --ignore-pattern '!.eslintrc.js'",
8 years ago
"tslint": "antd-tools run ts-lint && npm run compile && rm -rf lib",
9 years ago
"demolint": "RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
"lesshint": "lesshint components -r scripts/lesshint-report.js",
"eslint-fix": "eslint --fix test site scripts ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx,.tsx' --ignore-pattern '!.eslintrc.js' && eslint-tinker ./components/*/demo/*.md",
"test": "npm run lint && npm run dist && npm run jest",
"jest": "jest --no-cache",
"pre-publish": "node ./scripts/prepub",
"prepublish": "antd-tools run guard",
"pub": "antd-tools run update-self && antd-tools run pub",
"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"
10 years ago
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
],
"modulePathIgnorePatterns": [
"/_site/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"scriptPreprocessor": "node_modules/typescript-babel-jest",
"testRegex": "(/tests/.*|\\.(test|spec))\\.(js)$"
9 years ago
},
9 years ago
"pre-commit": [
10 years ago
"lint"
]
}