ant-design/package.json

112 lines
3.1 KiB
JSON
Raw Normal View History

2015-05-07 18:50:36 +08:00
{
2015-06-02 15:41:43 +08:00
"name": "antd",
"version": "0.10.0-beta1",
2015-10-09 15:42:03 +08:00
"stableVersion": "0.9.1",
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": [
"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-09-15 17:41:34 +08:00
"enter-animation": "~0.5.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-08-25 14:25:03 +08:00
"object-assign": "~4.0.1",
2015-08-31 19:41:58 +08:00
"rc-animate": "~1.2.9",
2015-08-25 17:27:38 +08:00
"rc-calendar": "~3.16.1",
2015-08-17 13:06:01 +08:00
"rc-checkbox": "~1.1.1",
2015-08-23 15:29:20 +08:00
"rc-collapse": "~1.3.0",
2015-08-24 00:31:49 +08:00
"rc-dialog": "~5.0.2",
2015-08-21 23:36:10 +08:00
"rc-dropdown": "~1.3.3",
2015-08-03 13:34:40 +08:00
"rc-form-validation": "~2.4.7",
2015-10-14 16:27:06 +08:00
"rc-input-number": "~2.1.2",
2015-09-16 12:34:55 +08:00
"rc-menu": "~4.6.0",
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-09-10 18:12:50 +08:00
"rc-select": "~4.9.0",
2015-08-08 00:49:48 +08:00
"rc-slider": "~1.4.0",
"rc-steps": "~1.3.2",
2015-07-09 21:05:33 +08:00
"rc-switch": "~1.2.0",
2015-09-10 11:04:31 +08:00
"rc-table": "~3.2.0",
2015-08-06 15:42:03 +08:00
"rc-tabs": "~5.3.2",
"rc-tooltip": "~2.8.0",
2015-10-15 10:38:14 +08:00
"rc-tree": "~0.16.2",
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",
2015-09-07 11:24:28 +08:00
"reqwest-without-xhr2": "~2.0.2",
"util-deprecate": "~1.0.1",
2015-09-14 00:36:18 +08:00
"velocity-animate": "~1.2.2"
2015-05-21 20:36:13 +08:00
},
"devDependencies": {
2015-09-14 18:02:14 +08:00
"autoprefixer-loader": "^3.1.0",
2015-07-29 11:13:02 +08:00
"babel": "^5.8.12",
"babel-core": "^5.8.12",
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-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",
2015-10-12 10:20:17 +08:00
"react": "~0.13.0",
2015-09-15 17:35:22 +08:00
"react-router": "1.0.0-rc1",
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-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-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",
"just-deploy": "npm run clean && webpack && webpack --config webpack.config.min.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-07-03 11:22:09 +08:00
"test": "webpack && npm run lint",
2015-09-11 10:58:16 +08:00
"pub": "sh ./scripts/publish.sh",
"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
}