ant-design/package.json

116 lines
3.0 KiB
JSON
Raw Normal View History

2015-05-07 18:50:36 +08:00
{
2015-06-02 15:41:43 +08:00
"name": "antd",
2015-11-02 17:04:01 +08:00
"version": "0.10.0-beta9",
2015-10-26 17:29:22 +08:00
"stableVersion": "0.9.2",
2015-06-04 14:42:24 +08:00
"title": "Ant Design",
2015-08-21 17:00:33 +08:00
"description": "一个 UI 设计语言",
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
},
2015-07-15 12:07:11 +08:00
"main": "lib/index",
2015-07-17 16:24:00 +08:00
"files": [
2015-10-19 11:43:52 +08:00
"lib",
"style"
2015-07-17 16:24:00 +08:00
],
2015-07-09 21:05:33 +08:00
"license": "MIT",
2015-05-07 18:50:36 +08:00
"dependencies": {
2015-10-23 23:25:29 +08:00
"css-animation": "1.1.x",
2015-10-28 16:31:28 +08:00
"gregorian-calendar": "~3.1.0",
2015-05-25 17:20:49 +08:00
"gregorian-calendar-format": "~3.0.1",
2015-08-25 14:25:03 +08:00
"object-assign": "~4.0.1",
2015-10-27 12:26:30 +08:00
"rc-animate": "~2.0.0",
2015-10-31 15:15:55 +08:00
"rc-calendar": "4.0.0-alpha9",
2015-08-17 13:06:01 +08:00
"rc-checkbox": "~1.1.1",
2015-10-27 12:26:30 +08:00
"rc-collapse": "~1.4.0",
2015-10-20 17:12:59 +08:00
"rc-dialog": "~5.1.0",
2015-10-26 14:26:51 +08:00
"rc-dropdown": "~1.4.0",
2015-08-03 13:34:40 +08:00
"rc-form-validation": "~2.4.7",
2015-10-27 12:26:30 +08:00
"rc-input-number": "~2.3.0",
2015-10-30 15:22:25 +08:00
"rc-menu": "~4.7.0",
"rc-notification": "~1.2.0",
2015-07-20 16:51:19 +08:00
"rc-pagination": "~1.1.0",
2015-06-09 16:54:11 +08:00
"rc-progress": "~1.0.0",
2015-10-23 23:25:29 +08:00
"rc-queue-anim": "~0.10.5",
2015-07-17 16:24:00 +08:00
"rc-radio": "~2.0.0",
2015-10-22 14:59:42 +08:00
"rc-select": "~5.0.0",
2015-11-01 11:42:47 +08:00
"rc-slider": "~2.0.0",
2015-10-27 12:26:30 +08:00
"rc-steps": "~1.4.0",
2015-07-09 21:05:33 +08:00
"rc-switch": "~1.2.0",
2015-10-29 15:38:59 +08:00
"rc-table": "~3.4.0",
2015-10-26 11:07:19 +08:00
"rc-tabs": "~5.4.3",
2015-10-20 16:47:55 +08:00
"rc-tooltip": "~3.0.1",
2015-10-27 15:47:01 +08:00
"rc-tree": "~0.18.1",
2015-09-21 11:34:14 +08:00
"rc-upload": "~1.6.4",
2015-08-03 14:52:26 +08:00
"rc-util": "~2.0.3",
"react-slick": "~0.8.0",
"reqwest": "~2.0.5",
"util-deprecate": "~1.0.1",
2015-11-02 18:12:23 +08:00
"velocity-animate": "~1.2.2",
"warning": "~2.1.0",
"semver": "~5.0.3"
2015-05-21 20:36:13 +08:00
},
"devDependencies": {
2015-09-14 18:02:14 +08:00
"autoprefixer-loader": "^3.1.0",
2015-10-30 15:35:23 +08:00
"babel": "^5.8.29",
"babel-core": "^5.8.29",
2015-09-01 16:18:46 +08:00
"babel-eslint": "^4.1.0",
2015-07-29 11:13:02 +08:00
"babel-loader": "^5.3.2",
2015-09-01 15:13:21 +08:00
"busboy": "^0.2.9",
"chalk": "^1.1.0",
2015-07-06 17:47:30 +08:00
"css-loader": "^0.14.1",
2015-08-15 15:08:55 +08:00
"eslint": "^1.1.0",
2015-09-01 16:18:46 +08:00
"eslint-config-airbnb": "^0.0.8",
"eslint-plugin-babel": "^2.1.1",
2015-09-01 15:13:21 +08:00
"eslint-plugin-react": "^3.3.1",
2015-07-06 16:33:08 +08:00
"extract-text-webpack-plugin": "^0.8.1",
2015-09-01 15:13:21 +08:00
"gh-pages": "^0.3.1",
2015-07-06 16:33:08 +08:00
"json-loader": "^0.5.1",
2015-05-28 11:33:48 +08:00
"less": "~2.5.1",
2015-07-06 16:33:08 +08:00
"less-loader": "^2.2.0",
2015-08-20 16:55:42 +08:00
"lesslint": "^0.1.7",
2015-07-06 16:33:08 +08:00
"lodash": "^3.10.0",
2015-10-30 16:26:23 +08:00
"nico-jsx": "~0.6.0",
2015-07-06 16:33:08 +08:00
"precommit-hook": "^1.0.7",
"react": "0.14.0",
"react-dom": "0.14.0",
2015-10-30 15:35:23 +08:00
"react-router": "1.0.0-rc3",
2015-07-06 16:33:08 +08:00
"webpack": "^1.10.1",
2015-08-19 13:24:51 +08:00
"webpack-dev-middleware": "^1.2.0"
2015-05-07 19:54:54 +08:00
},
"scripts": {
2015-07-03 12:06:48 +08:00
"babel": "babel components --out-dir lib",
2015-08-24 14:31:43 +08:00
"start": "npm run clean && nico server --watch",
2015-07-21 12:02:15 +08:00
"clean": "rm -rf _site dist",
2015-09-17 16:37:42 +08:00
"deploy": "rm -rf node_modules && node scripts/install.js && npm run just-deploy",
2015-10-20 16:47:55 +08:00
"just-deploy": "npm run clean && webpack --config webpack.deploy.config.js && NODE_ENV=PRODUCTION nico build && node scripts/deploy.js",
2015-06-10 17:59:32 +08:00
"lint": "eslint components index.js --ext '.js,.jsx'",
2015-08-20 16:55:42 +08:00
"lesslint": "lesslint style",
2015-10-20 16:47:55 +08:00
"test": "npm run lint && webpack",
2015-09-11 10:58:16 +08:00
"pub": "sh ./scripts/publish.sh",
2015-10-20 16:47:55 +08:00
"webpack": "webpack",
2015-09-11 10:58:16 +08:00
"beta": "sh ./scripts/publish.sh --tag beta"
2015-06-11 16:35:36 +08:00
},
"precommit": [
"lint"
]
2015-05-07 18:50:36 +08:00
}