You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.8 KiB

10 years ago
{
10 years ago
"name": "antd",
10 years ago
"version": "0.1.0-beta1",
10 years ago
"title": "Ant Design",
"description": "一个设计&前端框架",
10 years ago
"homepage": "http://ant-design.github.io/",
"repository": {
"type": "git",
10 years ago
"url": "https://github.com/ant-design/ant-design"
10 years ago
},
"bugs": {
10 years ago
"url": "https://github.com/ant-design/ant-design/issues"
10 years ago
},
"dependencies": {
"gregorian-calendar": "~3.0.0",
10 years ago
"gregorian-calendar-format": "~3.0.1",
10 years ago
"object-assign": "~3.0.0",
"rc-calendar": "~3.10.0",
10 years ago
"rc-dialog": "~4.4.0",
10 years ago
"rc-dropdown": "~1.1.1",
10 years ago
"rc-input-number": "~2.0.0",
"rc-menu": "~3.4.0",
10 years ago
"rc-progress": "~1.0.0",
10 years ago
"rc-select": "~4.2.0",
"rc-steps": "~1.1.3",
10 years ago
"rc-switch": "~1.1.0",
10 years ago
"rc-tabs": "~5.2.0",
10 years ago
"rc-tooltip": "~2.4.0"
},
"devDependencies": {
10 years ago
"css-animation": "~1.0.3",
"autoprefixer-loader": "~2.0.0",
10 years ago
"babel": "~5.6.14",
"babel-core": "~5.4.7",
"babel-loader": "~5.1.3",
"buildbranch": "^0.0.3",
"css-loader": "^0.14.1",
"eslint": "~0.22.1",
"eslint-plugin-react": "~2.5.0",
"extract-text-webpack-plugin": "^0.8.1",
"json-loader": "^0.5.1",
10 years ago
"less": "~2.5.1",
"less-loader": "^2.2.0",
"lodash": "^3.10.0",
"nico-jsx": "~0.5.8",
"precommit-hook": "^1.0.7",
10 years ago
"react-router": "~0.13.3",
"webpack": "^1.10.1",
"webpack-dev-middleware": "^1.2.0"
10 years ago
},
"scripts": {
10 years ago
"babel": "babel components --out-dir lib",
"build": "npm run clean && webpack && nico build",
10 years ago
"pack": "npm run clean && webpack --optimize-minimize && nico build",
"start": "npm run clean && nico server --watch",
10 years ago
"clean": "rm -rf _site",
"deploy": "npm run pack && node scripts/deploy.js",
"lint": "eslint components index.js --ext '.js,.jsx'",
10 years ago
"test": "webpack && npm run lint",
10 years ago
"prepublish": "npm run babel"
10 years ago
},
"precommit": [
"lint"
]
10 years ago
}