package.json 3.0 KB
Newer Older
A
afc163 已提交
1
{
A
afc163 已提交
2
  "name": "antd",
A
beta5  
afc163 已提交
3
  "version": "0.8.0-beta5",
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
    "object-assign": "3.x",
Y
yiminghe 已提交
41
    "rc-animate": "~1.1.0",
Y
yiminghe 已提交
42
    "rc-calendar": "~3.14.0",
A
afc163 已提交
43
    "rc-checkbox": "~1.1.1",
翰文 已提交
44
    "rc-collapse": "~1.2.3",
Y
yiminghe 已提交
45
    "rc-dialog": "~5.0.1",
Y
yiminghe 已提交
46
    "rc-dropdown": "~1.3.0",
S
SimaQ 已提交
47
    "rc-form-validation": "~2.4.7",
Y
yiminghe 已提交
48
    "rc-input-number": "~2.0.1",
Y
yiminghe 已提交
49
    "rc-menu": "~4.3.1",
Z
zhujun24 已提交
50
    "rc-notification": "~1.1.0",
Y
Yuwei Ba 已提交
51
    "rc-pagination": "~1.1.0",
夏奈 已提交
52
    "rc-progress": "~1.0.0",
Y
Yuwei Ba 已提交
53
    "rc-radio": "~2.0.0",
Y
yiminghe 已提交
54
    "rc-select": "~4.8.0",
Y
yiminghe 已提交
55
    "rc-slider": "~1.4.0",
羽航 已提交
56
    "rc-steps": "~1.1.4",
Y
yiminghe 已提交
57
    "rc-switch": "~1.2.0",
A
afc163 已提交
58
    "rc-table": "~3.1.0",
A
afc163 已提交
59
    "rc-tabs": "~5.3.2",
Y
yiminghe 已提交
60
    "rc-tooltip": "~2.6.1",
A
afc163 已提交
61
    "rc-tree": "~0.14.3",
62
    "rc-upload": "~1.3.1",
S
sorrycc 已提交
63
    "rc-util": "~2.0.3",
64
    "react-slick2": "~0.6.6",
Y
yiminghe 已提交
65
    "reqwest": "~2.0.1"
A
afc163 已提交
66 67
  },
  "devDependencies": {
Y
yiminghe 已提交
68
    "autoprefixer-loader": "~2.0.0",
A
afc163 已提交
69 70 71
    "babel": "^5.8.12",
    "babel-core": "^5.8.12",
    "babel-loader": "^5.3.2",
A
afc163 已提交
72 73
    "busboy": "~0.2.9",
    "chalk": "~1.1.0",
A
afc163 已提交
74
    "css-loader": "^0.14.1",
A
afc163 已提交
75 76
    "eslint": "^1.1.0",
    "eslint-plugin-react": "~3.2.2",
A
afc163 已提交
77
    "extract-text-webpack-plugin": "^0.8.1",
Y
yiminghe 已提交
78
    "gh-pages": "~0.3.1",
A
afc163 已提交
79
    "json-loader": "^0.5.1",
A
afc163 已提交
80
    "less": "~2.5.1",
A
afc163 已提交
81
    "less-loader": "^2.2.0",
A
afc163 已提交
82
    "lesslint": "^0.1.7",
A
afc163 已提交
83
    "lodash": "^3.10.0",
A
afc163 已提交
84
    "nico-jsx": "~0.5.8",
A
afc163 已提交
85
    "precommit-hook": "^1.0.7",
A
afc163 已提交
86
    "react-router": "~1.0.0-beta3",
A
afc163 已提交
87
    "webpack": "^1.10.1",
A
afc163 已提交
88
    "webpack-dev-middleware": "^1.2.0"
A
update  
afc163 已提交
89 90
  },
  "scripts": {
A
afc163 已提交
91
    "babel": "babel components --out-dir lib",
A
afc163 已提交
92
    "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/*",
93
    "start": "npm run clean && nico server --watch",
A
afc163 已提交
94
    "clean": "rm -rf _site dist",
A
afc163 已提交
95
    "deploy": "rm -rf node_modules && node scripts/install.js && npm run clean && webpack && webpack --config webpack.config.min.js && NODE_ENV=PRODUCTION nico build && node scripts/deploy.js",
A
afc163 已提交
96
    "lint": "eslint components index.js --ext '.js,.jsx'",
A
afc163 已提交
97
    "lesslint": "lesslint style",
A
afc163 已提交
98
    "test": "webpack && npm run lint",
A
afc163 已提交
99
    "prepublish": "npm run babel && rm -rf dist && webpack --config webpack.config.production.js && node scripts/prenpm.js"
Y
yiminghe 已提交
100 101 102 103
  },
  "precommit": [
    "lint"
  ]
A
afc163 已提交
104
}