2015-05-07 18:50:36 +08:00
|
|
|
{
|
2015-06-02 15:41:43 +08:00
|
|
|
"name": "antd",
|
2015-08-14 18:21:04 +08:00
|
|
|
"version": "0.8.0-beta2",
|
2015-07-30 17:20:07 +08:00
|
|
|
"stableVersion": "0.7.3",
|
2015-06-04 14:42:24 +08:00
|
|
|
"title": "Ant Design",
|
2015-07-23 21:27:59 +08:00
|
|
|
"description": "一个设计语言&前端框架",
|
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": [
|
|
|
|
"lib"
|
|
|
|
],
|
2015-07-09 21:05:33 +08:00
|
|
|
"license": "MIT",
|
2015-05-07 18:50:36 +08:00
|
|
|
"dependencies": {
|
2015-08-10 17:57:28 +08:00
|
|
|
"css-animation": "~1.1.0",
|
2015-08-12 14:57:45 +08:00
|
|
|
"enter-animation": "~0.3.0",
|
2015-05-21 20:36:13 +08:00
|
|
|
"gregorian-calendar": "~3.0.0",
|
2015-05-25 17:20:49 +08:00
|
|
|
"gregorian-calendar-format": "~3.0.1",
|
2015-07-31 15:15:47 +08:00
|
|
|
"is-equal-shallow": "~0.1.3",
|
2015-08-04 18:42:41 +08:00
|
|
|
"object-assign": "3.x",
|
2015-08-17 13:06:01 +08:00
|
|
|
"rc-calendar": "~3.13.0",
|
|
|
|
"rc-checkbox": "~1.1.1",
|
2015-07-21 20:53:36 +08:00
|
|
|
"rc-collapse": "~1.2.3",
|
2015-08-17 23:42:52 +08:00
|
|
|
"rc-dialog": "~5.0.1",
|
2015-08-10 17:57:28 +08:00
|
|
|
"rc-dropdown": "~1.2.0",
|
2015-08-03 13:34:40 +08:00
|
|
|
"rc-form-validation": "~2.4.7",
|
2015-07-09 20:06:03 +08:00
|
|
|
"rc-input-number": "~2.0.1",
|
2015-08-14 13:09:53 +08:00
|
|
|
"rc-menu": "~4.3.1",
|
2015-07-28 15:40:28 +08:00
|
|
|
"rc-notification": "~1.1.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-07-17 16:24:00 +08:00
|
|
|
"rc-radio": "~2.0.0",
|
2015-08-18 00:41:55 +08:00
|
|
|
"rc-select": "~4.7.1",
|
2015-08-08 00:49:48 +08:00
|
|
|
"rc-slider": "~1.4.0",
|
2015-07-14 13:43:05 +08:00
|
|
|
"rc-steps": "~1.1.4",
|
2015-07-09 21:05:33 +08:00
|
|
|
"rc-switch": "~1.2.0",
|
2015-07-15 11:12:17 +08:00
|
|
|
"rc-table": "~3.1.0",
|
2015-08-06 15:42:03 +08:00
|
|
|
"rc-tabs": "~5.3.2",
|
|
|
|
"rc-tooltip": "~2.5.0",
|
2015-08-15 23:45:25 +08:00
|
|
|
"rc-tree": "~0.14.x",
|
2015-08-14 14:17:22 +08:00
|
|
|
"rc-upload": "~1.3.0",
|
2015-08-03 14:52:26 +08:00
|
|
|
"rc-util": "~2.0.3",
|
|
|
|
"react-slick": "~0.6.4"
|
2015-05-21 20:36:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-07-07 17:09:04 +08:00
|
|
|
"autoprefixer-loader": "~2.0.0",
|
2015-07-29 11:13:02 +08:00
|
|
|
"babel": "^5.8.12",
|
|
|
|
"babel-core": "^5.8.12",
|
|
|
|
"babel-loader": "^5.3.2",
|
2015-07-20 17:45:05 +08:00
|
|
|
"css-animation": "~1.0.3",
|
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",
|
|
|
|
"eslint-plugin-react": "~3.2.2",
|
2015-07-06 16:33:08 +08:00
|
|
|
"extract-text-webpack-plugin": "^0.8.1",
|
2015-07-20 17:45:05 +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",
|
|
|
|
"lodash": "^3.10.0",
|
2015-06-11 11:38:53 +08:00
|
|
|
"nico-jsx": "~0.5.8",
|
2015-07-06 16:33:08 +08:00
|
|
|
"precommit-hook": "^1.0.7",
|
|
|
|
"webpack": "^1.10.1",
|
2015-08-08 23:37:35 +08:00
|
|
|
"webpack-dev-middleware": "^1.2.0",
|
|
|
|
"busboy": "~0.2.9"
|
2015-05-07 19:54:54 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-07-03 12:06:48 +08:00
|
|
|
"babel": "babel components --out-dir lib",
|
2015-07-21 12:02:15 +08:00
|
|
|
"release": "npm run clean && webpack --config webpack.config.production.js && webpack --config webpack.config.min.js && zip dist/${npm_package_name}-${npm_package_version}.zip -j dist dist/*",
|
2015-06-16 16:31:37 +08:00
|
|
|
"start": "npm run clean && nico server --watch",
|
2015-07-21 12:02:15 +08:00
|
|
|
"clean": "rm -rf _site dist",
|
2015-07-21 17:55:14 +08:00
|
|
|
"deploy": "rm -rf node_modules && node scripts/install.js && npm run clean && webpack && webpack --config webpack.config.min.js && nico build && node scripts/deploy.js",
|
2015-06-10 17:59:32 +08:00
|
|
|
"lint": "eslint components index.js --ext '.js,.jsx'",
|
2015-07-03 11:22:09 +08:00
|
|
|
"test": "webpack && npm run lint",
|
2015-07-21 17:55:14 +08:00
|
|
|
"prepublish": "npm run babel && rm -rf dist && webpack --config webpack.config.production.js && node scripts/prenpm.js"
|
2015-06-11 16:35:36 +08:00
|
|
|
},
|
|
|
|
"precommit": [
|
|
|
|
"lint"
|
|
|
|
]
|
2015-05-07 18:50:36 +08:00
|
|
|
}
|