ant-design/package.json

37 lines
1.0 KiB
JSON
Raw Normal View History

2015-05-07 18:50:36 +08:00
{
"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": {
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-05-27 11:42:56 +08:00
"rc-calendar": "~3.5.3",
2015-05-27 14:08:15 +08:00
"rc-style": "git://github.com/react-component/style.git"
2015-05-21 20:36:13 +08:00
},
"devDependencies": {
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",
"jsx-loader": "~0.13.2",
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",
"deploy": "npm run build && gh-pages -d _site -b master"
2015-05-07 18:50:36 +08:00
}
}