package.json 1.5 KB
Newer Older
A
afc163 已提交
1
{
A
afc163 已提交
2
  "name": "antd",
偏右 已提交
3
  "version": "0.1.0",
A
afc163 已提交
4
  "title": "Ant Design",
A
afc163 已提交
5
  "description": "下一个设计&前端框架",
A
afc163 已提交
6 7 8
  "homepage": "http://ant-design.github.io/",
  "repository": {
    "type": "git",
A
afc163 已提交
9
    "url": "https://github.com/ant-design/ant-design"
A
afc163 已提交
10 11
  },
  "bugs": {
A
afc163 已提交
12
    "url": "https://github.com/ant-design/ant-design/issues"
A
afc163 已提交
13 14
  },
  "dependencies": {
A
afc163 已提交
15
    "gregorian-calendar": "~3.0.0",
A
afc163 已提交
16
    "gregorian-calendar-format": "~3.0.1",
A
afc163 已提交
17
    "rc-calendar": "~3.9.0",
Y
yiminghe 已提交
18 19
    "rc-dialog": "~4.3.2",
    "rc-dropdown": "~1.0.2",
20
    "rc-menu": "~3.4.0",
夏奈 已提交
21
    "rc-progress": "~1.0.0",
A
afc163 已提交
22
    "rc-select": "~3.5.0",
Y
yiminghe 已提交
23
    "rc-tabs": "~5.1.0",
Y
yiminghe 已提交
24
    "rc-tooltip": "~2.1.1"
A
afc163 已提交
25 26
  },
  "devDependencies": {
A
afc163 已提交
27 28
    "babel-core": "~5.4.7",
    "babel-loader": "~5.1.3",
A
afc163 已提交
29
    "buildbranch": "0.0.3",
A
afc163 已提交
30
    "concurrently": "~0.1.0",
A
afc163 已提交
31
    "css-loader": "~0.13.1",
A
afc163 已提交
32 33
    "eslint": "~0.22.1",
    "eslint-plugin-react": "~2.5.0",
A
afc163 已提交
34
    "extract-text-webpack-plugin": "~0.8.1",
Y
yiminghe 已提交
35
    "jshint": "~2.8.0",
A
afc163 已提交
36
    "json-loader": "~0.5.1",
A
afc163 已提交
37 38
    "less": "~2.5.1",
    "less-loader": "~2.2.0",
A
afc163 已提交
39
    "lodash": "~3.8.0",
A
afc163 已提交
40
    "nico-jsx": "~0.5.8",
Y
yiminghe 已提交
41
    "precommit-hook": "~1.0.7",
A
afc163 已提交
42
    "style-loader": "~0.12.2",
43 44
    "webpack": "~1.9.7",
    "webpack-dev-middleware": "~1.0.11"
A
update  
afc163 已提交
45 46
  },
  "scripts": {
A
afc163 已提交
47
    "build": "npm run clean && webpack && nico build",
48
    "start": "npm run clean && nico server --watch",
A
afc163 已提交
49
    "clean": "rm -rf _site",
A
afc163 已提交
50
    "deploy": "npm run build && node deploy.js",
A
afc163 已提交
51 52
    "lint": "eslint components index.js --ext '.js,.jsx'",
    "test": "webpack && npm run lint"
Y
yiminghe 已提交
53 54 55 56
  },
  "precommit": [
    "lint"
  ]
A
afc163 已提交
57
}