2015-05-07 18:50:36 +08:00
|
|
|
{
|
2015-06-02 15:41:43 +08:00
|
|
|
"name": "antd",
|
2015-05-07 18:50:36 +08:00
|
|
|
"version": "0.0.1",
|
2015-06-04 14:42:24 +08:00
|
|
|
"title": "Ant Design",
|
|
|
|
"description": "下一代设计&前端框架",
|
2015-05-07 18:50:36 +08:00
|
|
|
"homepage": "http://ant-design.github.io/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ant-design/ant-design.github.io"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ant-design/ant-design.github.io/issues"
|
|
|
|
},
|
|
|
|
"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-06-03 18:19:12 +08:00
|
|
|
"rc-calendar": "~3.8.0",
|
2015-06-04 21:17:52 +08:00
|
|
|
"rc-dialog": "~4.1.1",
|
2015-06-03 17:08:43 +08:00
|
|
|
"rc-style": "git://github.com/ant-design/style.git",
|
|
|
|
"rc-tooltip": "~1.2.0"
|
2015-05-21 20:36:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-06-02 18:14:24 +08:00
|
|
|
"babel-core": "~5.4.7",
|
|
|
|
"babel-loader": "~5.1.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-05-08 11:56:39 +08:00
|
|
|
"gh-pages-cli": "~0.2.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-05-21 20:36:13 +08:00
|
|
|
"nico-jsx": "~0.5.3",
|
|
|
|
"style-loader": "~0.12.2",
|
2015-05-26 10:18:39 +08:00
|
|
|
"webpack": "~1.9.7"
|
2015-05-07 19:54:54 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-05-25 21:04:53 +08:00
|
|
|
"build": "npm run clean && webpack && nico build",
|
2015-05-27 14:26:05 +08:00
|
|
|
"start": "npm run clean && concurrent -r 'webpack -w --watch-aggregate-timeout 0' 'nico server --watch'",
|
2015-05-08 11:56:39 +08:00
|
|
|
"clean": "rm -rf _site",
|
2015-06-04 13:49:55 +08:00
|
|
|
"deploy": "npm run build && gh-pages -d _site -b gh-pages"
|
2015-05-07 18:50:36 +08:00
|
|
|
}
|
|
|
|
}
|