You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"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": {
|
|
|
|
"gregorian-calendar": "~3.0.0",
|
|
|
|
"rc-calendar": "~3.3.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"css-loader": "~0.13.1",
|
|
|
|
"gh-pages-cli": "~0.2.0",
|
|
|
|
"json-loader": "~0.5.1",
|
|
|
|
"jsx-loader": "~0.13.2",
|
|
|
|
"lodash": "~3.8.0",
|
|
|
|
"nico-jsx": "~0.5.3",
|
|
|
|
"style-loader": "~0.12.2",
|
|
|
|
"webpack": "~1.9.7"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|