Merge branch 'master' of https://github.com/ant-design/ant-design-pro into Conventional-Routing
# Conflicts: # .eslintignore # mock/route.js
Showing
README.ja-JP.md
0 → 100644
| ... | ... | @@ -5,7 +5,7 @@ |
| "description": "An out-of-box UI solution for enterprise applications", | ||
| "scripts": { | ||
| "analyze": "cross-env ANALYZE=1 umi build", | ||
| "build": "umi build && npm run functions:build", | ||
| "build": "umi build", | ||
| "docker-hub:build": "docker build -f Dockerfile.hub -t ant-design-pro ./", | ||
| "docker-prod:build": "docker-compose -f ./docker/docker-compose.yml build", | ||
| "docker-prod:dev": "docker-compose -f ./docker/docker-compose.yml up", | ||
| ... | ... | @@ -23,7 +23,8 @@ |
| "lint:prettier": "check-prettier lint", | ||
| "lint:style": "stylelint 'src/**/*.less' --syntax less", | ||
| "prettier": "node ./scripts/prettier.js", | ||
| "start": "cross-env APP_TYPE=site umi dev", | ||
| "site": "umi build && npm run functions:build", | ||
| "start": "cross-env ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION=site umi dev", | ||
| "start:no-mock": "cross-env MOCK=none umi dev", | ||
| "test": "umi test", | ||
| "test:all": "node ./tests/run-tests.js", | ||
| ... | ... | @@ -51,7 +52,7 @@ |
| ], | ||
| "dependencies": { | ||
| "@antv/data-set": "^0.10.1", | ||
| "antd": "^3.13.0", | ||
| "antd": "^3.16.1", | ||
| "bizcharts": "^3.4.3", | ||
| "bizcharts-plugin-slider": "^2.1.1-beta.1", | ||
| "classnames": "^2.2.6", | ||
| ... | ... | @@ -112,19 +113,19 @@ |
| "merge-umi-mock-data": "^1.0.4", | ||
| "mockjs": "^1.0.1-beta3", | ||
| "prettier": "^1.16.4", | ||
| "serverless-http": "^1.9.1", | ||
| "slash2": "^2.0.0", | ||
| "stylelint": "^9.10.1", | ||
| "stylelint-config-css-modules": "^1.3.0", | ||
| "stylelint-config-prettier": "^5.0.0", | ||
| "stylelint-config-rational-order": "^0.0.4", | ||
| "stylelint-config-rational-order": "^0.1.0", | ||
| "stylelint-config-standard": "^18.2.0", | ||
| "stylelint-declaration-block-no-ignored-properties": "^1.1.0", | ||
| "stylelint-order": "^2.0.0", | ||
| "tslint": "^5.12.1", | ||
| "tslint-config-prettier": "^1.17.0", | ||
| "tslint-react": "^3.6.0", | ||
| "umi-plugin-ga": "^1.1.3", | ||
| "serverless-http": "^1.9.1" | ||
| "umi-plugin-ga": "^1.1.3" | ||
| }, | ||
| "optionalDependencies": { | ||
| "puppeteer": "^1.12.1" | ||
| ... | ... |
Please register or sign in to comment