ant-design/package.json

202 lines
6.2 KiB
JSON
Raw Normal View History

2015-05-07 18:50:36 +08:00
{
2015-06-02 15:41:43 +08:00
"name": "antd",
2017-01-02 02:14:40 +08:00
"version": "2.6.0",
2015-06-04 14:42:24 +08:00
"title": "Ant Design",
2016-08-20 21:37:48 +08:00
"description": "An enterprise-class UI design language and React-based implementation",
2015-07-17 13:59:05 +08:00
"homepage": "http://ant.design/",
2015-07-15 12:07:11 +08:00
"keywords": [
2015-07-17 13:58:35 +08:00
"ant",
"design",
"react",
2015-07-15 12:07:11 +08:00
"react-component",
2015-07-17 13:58:35 +08:00
"component",
"components",
"ui",
"framework",
"frontend"
2015-07-15 12:07:11 +08:00
],
2015-07-17 16:24:00 +08:00
"contributors": [
"ant"
],
2015-05-07 18:50:36 +08:00
"repository": {
"type": "git",
2015-06-05 15:02:39 +08:00
"url": "https://github.com/ant-design/ant-design"
2015-05-07 18:50:36 +08:00
},
"bugs": {
2015-06-05 15:02:39 +08:00
"url": "https://github.com/ant-design/ant-design/issues"
2015-05-07 18:50:36 +08:00
},
"main": "lib/index.js",
2015-07-17 16:24:00 +08:00
"files": [
2016-04-06 18:07:54 +08:00
"dist",
2016-06-22 13:18:43 +08:00
"lib"
2015-07-17 16:24:00 +08:00
],
2016-06-22 13:18:43 +08:00
"typings": "lib/index.d.ts",
2015-07-09 21:05:33 +08:00
"license": "MIT",
2015-05-07 18:50:36 +08:00
"dependencies": {
2015-12-29 11:46:13 +08:00
"array-tree-filter": "~1.0.0",
"babel-runtime": "6.x",
"classnames": "~2.2.0",
2016-05-26 19:05:38 +08:00
"css-animation": "^1.2.5",
2016-11-29 10:08:43 +08:00
"moment": "~2.17.0",
2016-06-22 13:18:43 +08:00
"object-assign": "~4.1.0",
"omit.js": "^0.1.0",
2016-07-06 15:01:55 +08:00
"rc-animate": "~2.3.0",
2016-11-15 17:16:20 +08:00
"rc-calendar": "~7.5.1",
2016-08-20 20:12:18 +08:00
"rc-cascader": "~0.10.1",
2016-06-16 22:16:17 +08:00
"rc-checkbox": "~1.4.0",
2016-07-19 15:46:00 +08:00
"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",
2016-12-03 14:44:10 +08:00
"rc-input-number": "~2.8.3",
2016-10-17 11:53:49 +08:00
"rc-menu": "~5.0.1",
"rc-notification": "~1.3.4",
"rc-pagination": "~1.6.0",
"rc-progress": "~2.0.1",
2015-07-17 16:24:00 +08:00
"rc-radio": "~2.0.0",
2016-07-07 16:59:47 +08:00
"rc-rate": "~1.1.2",
2016-11-03 10:41:43 +08:00
"rc-select": "~6.6.1",
2016-12-06 09:47:02 +08:00
"rc-slider": "~5.4.0",
"rc-steps": "~2.2.0",
2016-05-26 15:38:50 +08:00
"rc-switch": "~1.4.2",
"rc-table": "~5.2.0",
"rc-tabs": "~7.1.0",
2016-11-11 14:44:37 +08:00
"rc-time-picker": "~2.2.1",
2016-07-19 15:46:00 +08:00
"rc-tooltip": "~3.4.2",
"rc-tree": "~1.4.0",
2016-07-25 20:17:52 +08:00
"rc-tree-select": "~1.8.0",
2016-12-12 12:08:15 +08:00
"rc-upload": "~2.3.0",
"rc-util": "^4.0.1",
"react-lazy-load": "^3.0.10",
"react-slick": "~0.14.2",
2016-07-09 16:00:05 +08:00
"shallowequal": "^0.2.2",
2016-06-03 14:23:31 +08:00
"warning": "~3.0.0"
2015-05-21 20:36:13 +08:00
},
"devDependencies": {
2016-10-19 17:51:33 +08:00
"@types/react": "~0.14.41",
"@types/react-dom": "~0.14.18",
"antd-demo-jest": "^1.0.5",
2016-12-19 14:01:52 +08:00
"antd-tools": "~0.16.0",
"babel-cli": "^6.18.0",
2016-11-07 15:55:14 +08:00
"babel-eslint": "^7.1.0",
2016-11-11 16:34:26 +08:00
"babel-jest": "^17.0.0",
"babel-plugin-import": "^1.0.0",
2016-09-08 11:09:15 +08:00
"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",
2016-11-07 14:54:39 +08:00
"bisheng-plugin-antd": "~0.6.0",
"bisheng-plugin-description": "^0.1.1",
2016-11-17 17:00:37 +08:00
"bisheng-plugin-react": "^0.3.0",
"bisheng-plugin-toc": "^0.4.0",
"coveralls": "^2.11.15",
2016-09-13 14:47:05 +08:00
"css-split-webpack-plugin": "^0.2.1",
"dekko": "^0.2.0",
2016-06-16 09:59:14 +08:00
"dora-plugin-upload": "^0.3.1",
2016-05-10 15:26:25 +08:00
"enquire.js": "^2.1.1",
"enzyme": "^2.6.0",
2016-11-14 18:31:08 +08:00
"enzyme-to-json": "^1.3.0",
2016-07-09 18:10:11 +08:00
"eslint": "^3.0.1",
"eslint-config-airbnb": "latest",
2016-12-04 17:15:31 +08:00
"eslint-plugin-babel": "^4.0.0",
2016-11-07 15:55:14 +08:00
"eslint-plugin-import": "^2.1.0",
2016-11-11 17:55:10 +08:00
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-markdown": "1.0.0-beta.3",
2016-08-23 21:00:35 +08:00
"eslint-plugin-react": "^6.1.2",
"eslint-tinker": "^0.4.0",
"glob": "^7.1.1",
2016-11-11 16:28:05 +08:00
"history": "^4.4.0",
2016-11-14 18:31:08 +08:00
"jest": "^17.0.1",
2016-11-11 16:34:26 +08:00
"jest-cli": "^17.0.0",
2016-04-11 10:12:48 +08:00
"jsonml-to-react-component": "~0.2.0",
2016-04-06 16:11:30 +08:00
"jsonml.js": "^0.1.0",
2016-12-19 17:54:25 +08:00
"fetch-jsonp": "^1.0.3",
2016-07-18 22:24:53 +08:00
"lesshint": "^2.0.0",
2016-04-28 15:42:02 +08:00
"lodash.debounce": "^4.0.6",
2016-11-23 12:13:36 +08:00
"mockdate": "^2.0.1",
"moment-timezone": "^0.5.5",
2016-12-14 15:39:59 +08:00
"pre-commit": "^1.2.2",
"querystring": "^0.2.0",
2016-11-14 18:31:08 +08:00
"rc-queue-anim": "~0.12.4",
"rc-scroll-anim": "~0.5.0",
"rc-tween-one": "~0.11.0",
2016-04-08 15:29:04 +08:00
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
2016-02-01 16:34:26 +08:00
"react-copy-to-clipboard": "^4.0.1",
"react-document-title": "^2.0.1",
2016-04-08 15:29:04 +08:00
"react-dom": "^15.0.0",
2016-03-14 15:00:11 +08:00
"react-github-button": "^0.1.1",
2016-04-18 16:38:07 +08:00
"react-intl": "^2.0.1",
2016-11-11 16:28:05 +08:00
"react-router": "^3.0.0",
"react-stateless-wrapper": "^1.0.2",
2016-06-14 11:29:30 +08:00
"react-sublime-video": "^0.2.0",
2016-04-09 15:22:51 +08:00
"reqwest": "^2.0.5",
"typescript-babel-jest": "^0.1.5",
2016-11-23 16:01:47 +08:00
"values.js": "^1.0.3",
"xhr2": "^0.1.3"
2015-05-07 19:54:54 +08:00
},
"scripts": {
"test": "npm run lint && npm run dist && npm run jest -- --coverage -w 2 && npm run jest:node -- -w 2",
"lint": "npm run tslint && npm run eslint && npm run demolint && npm run lesshint",
2016-10-20 19:19:16 +08:00
"tslint": "antd-tools run ts-lint && npm run compile && rm -rf lib",
2016-12-08 11:08:13 +08:00
"eslint": "eslint tests site scripts ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx,.tsx' --ignore-pattern '!.eslintrc.js'",
2016-04-21 20:32:36 +08:00
"demolint": "RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
2016-04-29 17:04:56 +08:00
"lesshint": "lesshint components -r scripts/lesshint-report.js",
2016-12-08 11:08:13 +08:00
"eslint-fix": "eslint --fix tests site scripts ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx,.tsx' --ignore-pattern '!.eslintrc.js' && eslint-tinker ./components/*/demo/*.md",
"jest": "jest",
"jest:node": "jest --config .jest.node.json",
"clean": "antd-tools run clean",
"dist": "antd-tools run dist && node ./tests/dekko/dist.test.js",
"compile": "antd-tools run compile && node ./tests/dekko/lib.test.js",
"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",
2016-05-11 17:56:36 +08:00
"pub": "antd-tools run update-self && antd-tools run pub",
"prepublish": "antd-tools run guard",
"pre-publish": "node ./scripts/prepub",
2016-05-16 09:43:43 +08:00
"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"
2015-06-11 16:35:36 +08:00
},
"jest": {
"setupFiles": [
"tests/setup.js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"md"
],
"modulePathIgnorePatterns": [
"/_site/"
],
"testPathIgnorePatterns": [
"dekko",
"/node_modules/",
"node"
],
2016-11-13 16:03:59 +08:00
"transform": {
"\\.tsx?$": "node_modules/typescript-babel-jest",
2016-12-14 14:41:39 +08:00
"\\.js$": "node_modules/babel-jest",
"\\.md$": "node_modules/antd-demo-jest"
2016-11-13 16:03:59 +08:00
},
2016-12-14 14:41:39 +08:00
"testRegex": ".*\\.test\\.js$",
"collectCoverageFrom": [
"components/**/*.{ts,tsx}",
"!components/*/style/index.tsx"
]
2015-11-02 21:34:52 +08:00
},
2015-11-09 11:13:31 +08:00
"pre-commit": [
2015-06-11 16:35:36 +08:00
"lint"
]
}