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.

182 lines
5.4 KiB

10 years ago
{
10 years ago
"name": "antd",
"version": "1.0.0-beta.0",
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": [
"dist",
"!dist/common.js",
"lib",
"style"
9 years ago
],
10 years ago
"license": "MIT",
10 years ago
"dependencies": {
9 years ago
"array-tree-filter": "~1.0.0",
"classnames": "~2.2.0",
"css-animation": "~1.2.0",
"gregorian-calendar": "~4.1.0",
"gregorian-calendar-format": "~4.1.0",
9 years ago
"rc-animate": "~2.0.2",
"rc-calendar": "~5.5.0",
"rc-cascader": "~0.9.0",
"rc-checkbox": "~1.3.0",
"rc-collapse": "~1.5.0",
"rc-dialog": "~6.0.1",
9 years ago
"rc-dropdown": "~1.4.3",
9 years ago
"rc-form": "~0.15.0",
9 years ago
"rc-input-number": "~2.5.0",
"rc-menu": "~4.10.2",
9 years ago
"rc-notification": "~1.3.1",
9 years ago
"rc-pagination": "~1.5.1",
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-rate": "~1.1.0",
"rc-select": "~6.0.1",
"rc-slider": "~3.5.1",
"rc-steps": "~1.5.2",
9 years ago
"rc-switch": "~1.3.2",
"rc-table": "~4.0.0-beta.3",
9 years ago
"rc-tabs": "~5.8.0",
"rc-time-picker": "~1.1.0",
"rc-tooltip": "~3.3.2",
"rc-tree": "~1.2.0",
9 years ago
"rc-tree-select": "~1.5.0",
"rc-trigger": "~1.4.0",
9 years ago
"rc-upload": "~1.10.0",
9 years ago
"rc-util": "~3.1.2",
"react-slick": "~0.11.0",
9 years ago
"warning": "~2.1.0"
},
"devDependencies": {
"antd-md-loader": "~0.2.0",
"atool-build": "^0.6.5",
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
9 years ago
"babel-eslint": "^6.0.2",
"babel-jest": "^6.0.1",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-react-hmre": "^1.1.0",
"babel-preset-stage-0": "^6.1.18",
"cz-conventional-changelog": "^1.1.5",
"dom-scroll-into-view": "^1.1.0",
"dora": "^0.3.1",
"dora-plugin-hmr": "^0.5.0",
"dora-plugin-webpack": "^0.6.2",
"enquire.js": "^2.1.1",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.1",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-markdown": "*",
"eslint-plugin-react": "^4.0.0",
"eslint-tinker": "^0.3.1",
9 years ago
"gh-pages": "^0.11.0",
"history": "^1.17.0",
"jest-cli": "~0.8.0",
9 years ago
"jsonml-to-react-component": "~0.1.0",
"jsonml.js": "^0.1.0",
"jsonp": "^0.2.0",
9 years ago
"lesshint": "^1.2.1",
9 years ago
"lodash": "^4.1.0",
9 years ago
"mkdirp": "~0.5.1",
9 years ago
"pre-commit": "1.x",
"querystring": "^0.2.0",
"ramda": "^0.19.1",
"rc-scroll-anim": "^0.1.7",
"rc-tween-one": "^0.1.8",
"react": "^15.0.0-rc.2",
"react-addons-test-utils": "^15.0.0-rc.2",
"react-copy-to-clipboard": "^4.0.1",
"react-dom": "^15.0.0-rc.2",
"react-github-button": "^0.1.1",
"react-router": "^2.0.0",
"react-stateless-wrapper": "~1.0.2",
"react-sublime-video": "0.1.0-beta",
"reqwest": "~2.0.5",
"values.js": "^1.0.3",
"webpack-babel-jest": "^1.0.4"
10 years ago
},
"scripts": {
"babel": "babel components index.js --out-dir lib",
"clean-build": "rm -rf _site _data && ./scripts/build-website.js",
"dora": "ANTD=WEBSITE dora -p 8001 --plugins webpack?disableNpmInstall,hmr",
"start": "npm run clean-build && npm run dora",
"copy-html": "cp ./index.html ./_site/index.html && mkdir ./_site/_site && mv ./_site/demo-* ./_site/_site",
"site": "npm run clean-build && ANTD=WEBSITE atool-build -o ./_site && npm run copy-html",
"deploy": "rm -rf node_modules && node scripts/install.js && npm run just-deploy",
9 years ago
"just-deploy": "npm run site && node scripts/deploy.js",
"lint": "npm run srclint && npm run demolint && npm run lesshint",
"srclint": "ANTD=SRC eslint components test site index.js --ext '.js,.jsx'",
"demolint": "ANTD=DEMO eslint components/*/demo/*.md --ext '.md'",
"lesshint": "lesshint style/ -e 'style/+(core|mixins)/+(base|iconfont|normalize|layouts|compatibility|grid).less'",
"eslint-fix": "eslint --fix components test site index.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md",
"test": "npm run lint && atool-build && npm run jest",
9 years ago
"jest": "jest",
9 years ago
"pub": "sh ./scripts/publish.sh",
"beta": "sh ./scripts/publish.sh --tag beta",
"authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt"
10 years ago
},
9 years ago
"jest": {
"testRunner": "<rootDir>/node_modules/jest-cli/src/testRunners/jasmine/jasmine2",
9 years ago
"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"
],
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
],
"plugins": [
"add-module-exports"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}