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.

43 lines
1.2 KiB

10 years ago
{
10 years ago
"name": "antd",
10 years ago
"version": "0.0.1",
10 years ago
"title": "Ant Design",
10 years ago
"description": "下一个设计&前端框架",
10 years ago
"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",
10 years ago
"gregorian-calendar-format": "~3.0.1",
"rc-calendar": "~3.8.0",
10 years ago
"rc-dialog": "~4.1.1",
10 years ago
"rc-style": "git://github.com/ant-design/style.git",
"rc-tooltip": "~1.2.0"
},
"devDependencies": {
"babel-core": "~5.4.7",
"babel-loader": "~5.1.3",
10 years ago
"concurrently": "~0.1.0",
"css-loader": "~0.13.1",
10 years ago
"gh-pages-cli": "~0.2.0",
"json-loader": "~0.5.1",
10 years ago
"less": "~2.5.1",
"less-loader": "~2.2.0",
"lodash": "~3.8.0",
"nico-jsx": "~0.5.3",
"style-loader": "~0.12.2",
10 years ago
"webpack": "~1.9.7"
10 years ago
},
"scripts": {
"build": "npm run clean && webpack && nico build",
"start": "npm run clean && concurrent -r 'webpack -w --watch-aggregate-timeout 0' 'nico server --watch'",
10 years ago
"clean": "rm -rf _site",
"deploy": "npm run build && gh-pages -d _site -b gh-pages"
10 years ago
}
}