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.

145 lines
4.1 KiB

10 years ago
{
10 years ago
"name": "antd",
9 years ago
"version": "0.10.3",
"stableVersion": "0.10.3",
10 years ago
"title": "Ant Design",
"description": "一个 UI 设计语言",
9 years ago
"homepage": "http://ant.design/",
9 years ago
"keywords": [
9 years ago
"ant",
"design",
"react",
9 years ago
"react-component",
9 years ago
"component",
"components",
"ui",
"framework",
"frontend"
9 years ago
],
9 years ago
"contributors": [
"ant"
],
10 years ago
"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
},
9 years ago
"main": "lib/index",
9 years ago
"files": [
"lib",
"style"
9 years ago
],
10 years ago
"license": "MIT",
10 years ago
"dependencies": {
"classnames": "~2.2.0",
9 years ago
"css-animation": "1.1.x",
9 years ago
"gregorian-calendar": "~4.0.1",
"gregorian-calendar-format": "~4.0.4",
"object-assign": "~4.0.1",
9 years ago
"rc-animate": "~2.0.2",
"rc-calendar": "~4.0.0",
9 years ago
"rc-checkbox": "~1.1.1",
9 years ago
"rc-collapse": "~1.4.3",
"rc-dialog": "~5.2.2",
9 years ago
"rc-dropdown": "~1.4.3",
9 years ago
"rc-form-validation": "~2.5.0",
9 years ago
"rc-input-number": "~2.4.1",
9 years ago
"rc-menu": "~4.8.1",
"rc-notification": "~1.3.0",
"rc-pagination": "~1.3.5",
9 years ago
"rc-progress": "~1.0.4",
9 years ago
"rc-queue-anim": "~0.11.2",
9 years ago
"rc-radio": "~2.0.0",
9 years ago
"rc-select": "~5.1.2",
"rc-slider": "~3.1.2",
9 years ago
"rc-steps": "~1.4.1",
"rc-switch": "~1.3.1",
"rc-table": "~3.6.2",
9 years ago
"rc-tabs": "~5.5.0",
"rc-time-picker": "~0.7.1",
9 years ago
"rc-tooltip": "~3.2.0",
"rc-tree": "~0.19.0",
9 years ago
"rc-trigger": "~1.0.6",
9 years ago
"rc-upload": "~1.7.0",
9 years ago
"rc-util": "~3.0.1",
"react-slick": "~0.9.1",
"reqwest": "~2.0.5",
9 years ago
"semver": "~5.0.3",
"util-deprecate": "~1.0.1",
"velocity-animate": "~1.2.2",
9 years ago
"warning": "~2.1.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
9 years ago
"babel": "^5.8.29",
"babel-core": "^5.8.29",
9 years ago
"babel-jest": "^5.3.0",
"babel-loader": "^5.3.2",
"busboy": "^0.2.9",
"chalk": "^1.1.0",
9 years ago
"clipboard": "^1.5.5",
9 years ago
"css-loader": "^0.23.0",
"eslint": "^1.1.0",
9 years ago
"eslint-config-airbnb": "^1.0.0",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-markdown": "git+https://github.com/ant-design/eslint-plugin-markdown.git",
"eslint-plugin-react": "^3.3.1",
"expect.js": "~0.3.1",
9 years ago
"extract-text-webpack-plugin": "^0.9.1",
"gh-pages": "^0.5.0",
9 years ago
"history": "^1.13.1",
9 years ago
"jest-cli": "~0.6.1",
"json-loader": "^0.5.1",
9 years ago
"less": "~2.5.3",
"less-loader": "^2.2.0",
"lesshint": "git+https://github.com/ant-design/lesshint.git",
"lodash": "^3.10.0",
9 years ago
"nico-jsx": "~0.6.0",
9 years ago
"pre-commit": "1.x",
9 years ago
"react": "~0.14.2",
"react-addons-test-utils": "~0.14.2",
"react-dom": "~0.14.2",
"react-router": "~1.0.0",
"webpack": "^1.10.1",
9 years ago
"webpack-babel-jest": "^1.0.0",
"webpack-dev-middleware": "^1.2.0"
10 years ago
},
"scripts": {
"babel": "babel components index.js --out-dir lib",
9 years ago
"start": "npm run clean && nico server --watch",
"clean": "rm -rf _site dist",
"deploy": "rm -rf node_modules && node scripts/install.js && npm run just-deploy",
"just-deploy": "npm run clean && webpack --config webpack.deploy.config.js && webpack --config webpack.antd.config.js && NODE_ENV=PRODUCTION nico build && node scripts/deploy.js",
"lint": "eslint components test index.js --ext '.js,.jsx' && npm run mdlint && npm run lesshint",
"mdlint": "eslint components/*/demo/*.md --ext '.md' --global 'React,ReactDOM' --rule 'no-console: 0'",
"lesshint": "lesshint style/ -e 'style/+(core|mixins)/+(base|iconfont|normalize|layouts|compatibility|grid).less'",
9 years ago
"test": "npm run lint && webpack && npm run jest",
"jest": "jest",
9 years ago
"pub": "sh ./scripts/publish.sh",
9 years ago
"webpack": "webpack",
9 years ago
"beta": "sh ./scripts/publish.sh --tag beta"
10 years ago
},
9 years ago
"jest": {
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/*"
],
9 years ago
"testPathIgnorePatterns": [
"/node_modules/",
"/_site/"
],
9 years ago
"scriptPreprocessor": "<rootDir>/node_modules/webpack-babel-jest",
9 years ago
"testDirectoryName": "tests",
"preprocessCachingDisabled": false
9 years ago
},
9 years ago
"pre-commit": [
10 years ago
"lint"
]
10 years ago
}