2015-05-07 18:50:36 +08:00
|
|
|
{
|
2015-06-02 15:41:43 +08:00
|
|
|
"name": "antd",
|
2015-06-17 17:59:23 +08:00
|
|
|
"version": "0.1.0",
|
2015-06-04 14:42:24 +08:00
|
|
|
"title": "Ant Design",
|
2015-06-05 11:46:53 +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
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-07-01 17:25:16 +08:00
|
|
|
"css-animation": "~1.0.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-01 15:54:39 +08:00
|
|
|
"rc-calendar": "~3.10.0",
|
2015-06-26 15:29:44 +08:00
|
|
|
"rc-dialog": "~4.3.5",
|
2015-06-30 20:23:44 +08:00
|
|
|
"rc-dropdown": "~1.1.1",
|
2015-07-01 14:48:47 +08:00
|
|
|
"rc-input-number": "~2.0.0",
|
2015-06-17 20:05:27 +08:00
|
|
|
"rc-menu": "~3.4.0",
|
2015-06-09 16:54:11 +08:00
|
|
|
"rc-progress": "~1.0.0",
|
2015-06-24 10:49:19 +08:00
|
|
|
"rc-select": "~4.0.0",
|
2015-06-30 20:23:44 +08:00
|
|
|
"rc-steps": "~1.1.0",
|
2015-06-10 19:50:02 +08:00
|
|
|
"rc-tabs": "~5.1.0",
|
2015-07-02 17:22:26 +08:00
|
|
|
"rc-tooltip": "~2.2.3",
|
|
|
|
"react-router": "~0.13.3"
|
2015-05-21 20:36:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
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-06-19 18:19:30 +08:00
|
|
|
"buildbranch": "0.0.3",
|
2015-05-26 10:18:39 +08:00
|
|
|
"concurrently": "~0.1.0",
|
2015-05-21 20:36:13 +08:00
|
|
|
"css-loader": "~0.13.1",
|
2015-06-10 17:59:32 +08:00
|
|
|
"eslint": "~0.22.1",
|
|
|
|
"eslint-plugin-react": "~2.5.0",
|
2015-06-05 17:27:05 +08:00
|
|
|
"extract-text-webpack-plugin": "~0.8.1",
|
2015-06-11 16:35:36 +08:00
|
|
|
"jshint": "~2.8.0",
|
2015-05-21 20:36:13 +08:00
|
|
|
"json-loader": "~0.5.1",
|
2015-05-28 11:33:48 +08:00
|
|
|
"less": "~2.5.1",
|
|
|
|
"less-loader": "~2.2.0",
|
2015-05-11 18:09:13 +08:00
|
|
|
"lodash": "~3.8.0",
|
2015-06-11 11:38:53 +08:00
|
|
|
"nico-jsx": "~0.5.8",
|
2015-06-11 16:35:36 +08:00
|
|
|
"precommit-hook": "~1.0.7",
|
2015-05-21 20:36:13 +08:00
|
|
|
"style-loader": "~0.12.2",
|
2015-06-16 16:31:37 +08:00
|
|
|
"webpack": "~1.9.7",
|
|
|
|
"webpack-dev-middleware": "~1.0.11"
|
2015-05-07 19:54:54 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-07-02 12:14:44 +08:00
|
|
|
"babel": "rm -rf lib && babel components --out-dir lib",
|
2015-05-25 21:04:53 +08:00
|
|
|
"build": "npm run clean && webpack && nico build",
|
2015-07-02 12:12:13 +08:00
|
|
|
"pub": "npm run babel && npm publish && tnpm sync antd",
|
2015-06-16 16:31:37 +08:00
|
|
|
"start": "npm run clean && nico server --watch",
|
2015-05-08 11:56:39 +08:00
|
|
|
"clean": "rm -rf _site",
|
2015-06-19 18:19:30 +08:00
|
|
|
"deploy": "npm run build && node deploy.js",
|
2015-06-10 17:59:32 +08:00
|
|
|
"lint": "eslint components index.js --ext '.js,.jsx'",
|
|
|
|
"test": "webpack && npm run lint"
|
2015-06-11 16:35:36 +08:00
|
|
|
},
|
|
|
|
"precommit": [
|
|
|
|
"lint"
|
|
|
|
]
|
2015-05-07 18:50:36 +08:00
|
|
|
}
|