package.json 2.8 KB
Newer Older
A
afc163 已提交
1
{
A
afc163 已提交
2
  "name": "antd",
A
beta2  
afc163 已提交
3
  "version": "0.8.0-beta2",
A
afc163 已提交
4
  "stableVersion": "0.7.3",
A
afc163 已提交
5
  "title": "Ant Design",
A
afc163 已提交
6
  "description": "一个设计语言&前端框架",
A
afc163 已提交
7
  "homepage": "http://ant.design/",
Y
yiminghe 已提交
8
  "keywords": [
A
afc163 已提交
9 10 11
    "ant",
    "design",
    "react",
Y
yiminghe 已提交
12
    "react-component",
A
afc163 已提交
13 14 15 16 17
    "component",
    "components",
    "ui",
    "framework",
    "frontend"
Y
yiminghe 已提交
18
  ],
Y
Yuwei Ba 已提交
19 20 21
  "contributors": [
    "ant"
  ],
A
afc163 已提交
22 23
  "repository": {
    "type": "git",
A
afc163 已提交
24
    "url": "https://github.com/ant-design/ant-design"
A
afc163 已提交
25 26
  },
  "bugs": {
A
afc163 已提交
27
    "url": "https://github.com/ant-design/ant-design/issues"
A
afc163 已提交
28
  },
Y
yiminghe 已提交
29
  "main": "lib/index",
Y
Yuwei Ba 已提交
30 31 32
  "files": [
    "lib"
  ],
Y
yiminghe 已提交
33
  "license": "MIT",
A
afc163 已提交
34
  "dependencies": {
Y
yiminghe 已提交
35
    "css-animation": "~1.1.0",
J
jljsj 已提交
36
    "enter-animation": "~0.3.0",
A
afc163 已提交
37
    "gregorian-calendar": "~3.0.0",
A
afc163 已提交
38
    "gregorian-calendar-format": "~3.0.1",
A
fix dep  
afc163 已提交
39
    "is-equal-shallow": "~0.1.3",
Y
yiminghe 已提交
40 41
    "object-assign": "3.x",
    "rc-calendar": "~3.12.3",
Y
Yuwei Ba 已提交
42
    "rc-checkbox": "~1.0.6",
翰文 已提交
43
    "rc-collapse": "~1.2.3",
A
afc163 已提交
44
    "rc-dialog": "~4.5.0",
Y
yiminghe 已提交
45
    "rc-dropdown": "~1.2.0",
S
SimaQ 已提交
46
    "rc-form-validation": "~2.4.7",
Y
yiminghe 已提交
47
    "rc-input-number": "~2.0.1",
Y
yiminghe 已提交
48
    "rc-menu": "~4.3.1",
Z
zhujun24 已提交
49
    "rc-notification": "~1.1.0",
Y
Yuwei Ba 已提交
50
    "rc-pagination": "~1.1.0",
夏奈 已提交
51
    "rc-progress": "~1.0.0",
Y
Yuwei Ba 已提交
52
    "rc-radio": "~2.0.0",
Y
yiminghe 已提交
53
    "rc-select": "~4.6.3",
Y
yiminghe 已提交
54
    "rc-slider": "~1.4.0",
羽航 已提交
55
    "rc-steps": "~1.1.4",
Y
yiminghe 已提交
56
    "rc-switch": "~1.2.0",
A
afc163 已提交
57
    "rc-table": "~3.1.0",
A
afc163 已提交
58 59
    "rc-tabs": "~5.3.2",
    "rc-tooltip": "~2.5.0",
S
sorrycc 已提交
60
    "rc-tree": "~0.10.0",
61
    "rc-upload": "~1.3.0",
S
sorrycc 已提交
62 63
    "rc-util": "~2.0.3",
    "react-slick": "~0.6.4"
A
afc163 已提交
64 65
  },
  "devDependencies": {
Y
yiminghe 已提交
66
    "autoprefixer-loader": "~2.0.0",
A
afc163 已提交
67 68 69
    "babel": "^5.8.12",
    "babel-core": "^5.8.12",
    "babel-loader": "^5.3.2",
Y
yiminghe 已提交
70
    "css-animation": "~1.0.3",
A
afc163 已提交
71
    "css-loader": "^0.14.1",
A
afc163 已提交
72 73
    "eslint": "^1.1.0",
    "eslint-plugin-react": "~3.2.2",
A
afc163 已提交
74
    "extract-text-webpack-plugin": "^0.8.1",
Y
yiminghe 已提交
75
    "gh-pages": "~0.3.1",
A
afc163 已提交
76
    "json-loader": "^0.5.1",
A
afc163 已提交
77
    "less": "~2.5.1",
A
afc163 已提交
78 79
    "less-loader": "^2.2.0",
    "lodash": "^3.10.0",
A
afc163 已提交
80
    "nico-jsx": "~0.5.8",
A
afc163 已提交
81 82
    "precommit-hook": "^1.0.7",
    "webpack": "^1.10.1",
玄寂 已提交
83 84
    "webpack-dev-middleware": "^1.2.0",
    "busboy": "~0.2.9"
A
update  
afc163 已提交
85 86
  },
  "scripts": {
A
afc163 已提交
87
    "babel": "babel components --out-dir lib",
A
afc163 已提交
88
    "release": "npm run clean && webpack --config webpack.config.production.js && webpack --config webpack.config.min.js && zip dist/${npm_package_name}-${npm_package_version}.zip -j dist dist/*",
89
    "start": "npm run clean && nico server --watch",
A
afc163 已提交
90
    "clean": "rm -rf _site dist",
A
afc163 已提交
91
    "deploy": "rm -rf node_modules && node scripts/install.js && npm run clean && webpack && webpack --config webpack.config.min.js && nico build && node scripts/deploy.js",
A
afc163 已提交
92
    "lint": "eslint components index.js --ext '.js,.jsx'",
A
afc163 已提交
93
    "test": "webpack && npm run lint",
A
afc163 已提交
94
    "prepublish": "npm run babel && rm -rf dist && webpack --config webpack.config.production.js && node scripts/prenpm.js"
Y
yiminghe 已提交
95 96 97 98
  },
  "precommit": [
    "lint"
  ]
A
afc163 已提交
99
}