mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
25 lines
627 B
JSON
25 lines
627 B
JSON
{
|
|
"name": "ant-design",
|
|
"version": "0.0.1",
|
|
"description": "Design for ease",
|
|
"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": {
|
|
"gh-pages-cli": "~0.2.0",
|
|
"lodash": "~3.8.0",
|
|
"nico": "*"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean && nico build",
|
|
"start": "npm run clean && nico server --watch",
|
|
"clean": "rm -rf _site",
|
|
"deploy": "npm run build && gh-pages -d _site -b master"
|
|
}
|
|
}
|