ant-design/package.json

70 lines
1.9 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-05 17:40:52 +08:00
"version": "0.1.0-beta1",
2015-06-04 14:42:24 +08:00
"title": "Ant Design",
2015-07-03 18:08:31 +08:00
"description": "一个设计&前端框架",
2015-05-07 18:50:36 +08:00
"homepage": "http://ant-design.github.io/",
"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-09 21:05:33 +08:00
"license": "MIT",
2015-05-07 18:50:36 +08:00
"dependencies": {
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-08 20:53:11 +08:00
"object-assign": "~3.0.0",
2015-07-01 15:54:39 +08:00
"rc-calendar": "~3.10.0",
2015-07-11 10:17:58 +08:00
"rc-collapse": "~1.2.0",
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-07-09 20:06:03 +08:00
"rc-input-number": "~2.0.1",
"rc-menu": "~3.4.0",
2015-07-13 01:04:05 +08:00
"rc-notification": "~1.0.1",
"rc-pagination": "^1.0.0",
2015-06-09 16:54:11 +08:00
"rc-progress": "~1.0.0",
2015-07-08 22:07:15 +08:00
"rc-select": "~4.2.1",
2015-07-13 07:59:38 +08:00
"rc-slider": "~1.2.4",
2015-07-08 15:53:51 +08:00
"rc-steps": "~1.1.3",
2015-07-09 21:05:33 +08:00
"rc-switch": "~1.2.0",
2015-07-08 20:53:11 +08:00
"rc-tabs": "~5.2.0",
2015-07-13 01:04:05 +08:00
"rc-tooltip": "~2.4.0"
2015-05-21 20:36:13 +08:00
},
"devDependencies": {
2015-07-07 17:09:04 +08:00
"css-animation": "~1.0.3",
"autoprefixer-loader": "~2.0.0",
2015-07-02 12:12:13 +08:00
"babel": "~5.6.14",
2015-06-02 18:14:24 +08:00
"babel-core": "~5.4.7",
"babel-loader": "~5.1.3",
2015-07-06 16:33:08 +08:00
"buildbranch": "^0.0.3",
2015-07-06 17:47:30 +08:00
"css-loader": "^0.14.1",
2015-06-10 17:59:32 +08:00
"eslint": "~0.22.1",
"eslint-plugin-react": "~2.5.0",
2015-07-06 16:33:08 +08:00
"extract-text-webpack-plugin": "^0.8.1",
"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-05-25 21:04:53 +08:00
"build": "npm run clean && webpack && nico build",
2015-07-04 16:20:50 +08:00
"pack": "npm run clean && webpack --optimize-minimize && nico build",
"start": "npm run clean && nico server --watch",
2015-05-08 11:56:39 +08:00
"clean": "rm -rf _site",
2015-07-06 17:47:30 +08:00
"deploy": "npm run pack && 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-03 12:06:48 +08:00
"prepublish": "npm run babel"
2015-06-11 16:35:36 +08:00
},
"precommit": [
"lint"
]
2015-05-07 18:50:36 +08:00
}