ant-design/package.json

95 lines
2.7 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-07-30 18:50:05 +08:00
"version": "0.8.0-beta1",
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-07-29 14:50:00 +08:00
"enter-animation": "~0.1.3",
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-07-08 20:53:11 +08:00
"object-assign": "~3.0.0",
2015-07-20 17:49:05 +08:00
"rc-calendar": "~3.11.0",
2015-07-17 16:24:00 +08:00
"rc-checkbox": "~1.0.6",
2015-07-21 20:53:36 +08:00
"rc-collapse": "~1.2.3",
2015-07-08 20:53:11 +08:00
"rc-dialog": "~4.4.0",
2015-06-30 20:23:44 +08:00
"rc-dropdown": "~1.1.1",
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-07-14 20:16:05 +08:00
"rc-menu": "~3.4.2",
2015-07-13 01:04:05 +08:00
"rc-notification": "~1.0.1",
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-07-14 20:16:05 +08:00
"rc-select": "~4.4.0",
2015-07-21 00:10:13 +08:00
"rc-slider": "~1.3.1",
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-07-08 20:53:11 +08:00
"rc-tabs": "~5.2.0",
2015-08-03 16:07:21 +08:00
"rc-tooltip": "~2.4.0",
"rc-tree": "~0.10.0"
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-07-29 11:13:02 +08:00
"eslint": "^0.24.1",
2015-06-10 17:59:32 +08:00
"eslint-plugin-react": "~2.5.0",
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",
"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/*",
"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
}