package.json 1.0 KB
Newer Older
A
afc163 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "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": {
A
afc163 已提交
14
    "gregorian-calendar": "~3.0.0",
A
afc163 已提交
15
    "gregorian-calendar-format": "~3.0.1",
A
afc163 已提交
16
    "rc-calendar": "~3.5.3",
A
afc163 已提交
17
    "rc-style": "git://github.com/react-component/style.git"
A
afc163 已提交
18 19
  },
  "devDependencies": {
A
afc163 已提交
20
    "concurrently": "~0.1.0",
A
afc163 已提交
21
    "css-loader": "~0.13.1",
A
afc163 已提交
22
    "gh-pages-cli": "~0.2.0",
A
afc163 已提交
23 24
    "json-loader": "~0.5.1",
    "jsx-loader": "~0.13.2",
A
afc163 已提交
25
    "lodash": "~3.8.0",
A
afc163 已提交
26 27
    "nico-jsx": "~0.5.3",
    "style-loader": "~0.12.2",
A
afc163 已提交
28
    "webpack": "~1.9.7"
A
update  
afc163 已提交
29 30
  },
  "scripts": {
A
afc163 已提交
31
    "build": "npm run clean && webpack && nico build",
A
afc163 已提交
32
    "start": "npm run clean && concurrent -r 'webpack -w --watch-aggregate-timeout 0' 'nico server --watch'",
A
afc163 已提交
33 34
    "clean": "rm -rf _site",
    "deploy": "npm run build && gh-pages -d _site -b master"
A
afc163 已提交
35 36
  }
}