{ "name": "ant-design-pro", "version": "1.1.0", "description": "An out-of-box UI solution for enterprise applications", "private": true, "scripts": { "precommit": "npm run lint-staged", "start": "cross-env ESLINT=none roadhog dev", "start:no-proxy": "cross-env NO_PROXY=true DISABLE_ESLINT=true roadhog dev", "build": "cross-env ESLINT=none COMPRESS=false roadhog build", "build:server": "cross-env ESLINT=none COMPRESS=true roadhog build", "site": "roadhog-api-doc static && gh-pages -d dist", "analyze": "cross-env NODE_OPTIONS=\"--max_old_space_size=8096\" ESLINT=none COMPRESS=true ANALYZE=true roadhog build", "lint:style": "stylelint \"src/**/*.less\" --syntax less", "lint": "eslint --ext .js src mock tests && npm run lint:style", "lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style", "lint-staged": "lint-staged", "lint-staged:js": "eslint --ext .js", "test": "roadhog test", "test:component": "roadhog test ./src/components", "test:all": "node ./tests/run-tests.js", "limit": "cross-env LIMIT=8096 increase-memory-limit" }, "dependencies": { "@antv/data-set": "^0.10.2", "@babel/polyfill": "^7.0.0-beta.36", "@fdaciuk/ajax": "^3.0.4", "antd": "^3.20.7", "axios": "^0.19.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.26.0", "babel-runtime": "^6.9.2", "bizcharts": "^3.5.5", "bizcharts-plugin-slider": "^2.0.1", "classnames": "^2.2.5", "cos-js-sdk-v5": "^0.5.20", "crypto-js": "^3.1.9-1", "dva": "^2.1.0", "dva-loading": "^3.0.12", "enquire-js": "^0.2.1", "fastclick": "^1.0.6", "immutable": "^3.8.2", "lodash": "^4.17.4", "lodash-decorators": "^6.0.1", "moment": "^2.19.1", "numeral": "^2.0.6", "omit.js": "^1.0.0", "path-to-regexp": "^3.0.0", "prop-types": "^15.5.10", "qs": "^6.5.0", "rc-drawer-menu": "^1.1.0", "react": "^16.2.0", "react-audio-analyser": "^0.2.6", "react-container-query": "^0.9.1", "react-document-title": "^2.0.3", "react-dom": "^16.2.0", "react-fittext": "^1.0.0", "react-motion-drawer": "^2.1.7", "store": "^2.0.12", "styled-components": "^3.1.6", "tim-js-sdk": "^2.0.6", "url-polyfill": "^1.0.10", "video.js": "^7.7.5" }, "devDependencies": { "babel-eslint": "^8.1.2", "babel-plugin-dva-hmr": "^0.4.1", "babel-plugin-import": "^1.6.5", "babel-plugin-transform-decorators-legacy": "^1.3.4", "cross-env": "^5.2.1", "cross-port-killer": "^1.0.1", "enzyme": "^3.1.0", "eslint": "^4.14.0", "eslint-config-airbnb": "^16.0.0", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-compat": "^2.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-markdown": "^1.0.0-beta.6", "eslint-plugin-react": "^7.0.1", "gh-pages": "^1.0.0", "gzip-size": "^5.1.1", "husky": "^0.14.3", "increase-memory-limit": "^1.0.7", "lint-staged": "^6.0.0", "mockjs": "^1.0.1-beta3", "pro-download": "^1.0.1", "react-infinite-scroller": "^1.2.4", "react-lz-editor": "^0.12.1", "redbox-react": "^1.5.0", "regenerator-runtime": "^0.13.3", "roadhog": "^2.5.0-beta.4", "roadhog-api-doc": "^0.3.4", "rollbar": "^2.10.0", "stylelint": "^8.4.0", "stylelint-config-standard": "^18.0.0", "validator": "^9.4.1" }, "optionalDependencies": { "nightmare": "^2.10.0" }, "lint-staged": { "**/*.{js,jsx}": "lint-staged:js", "**/*.less": "stylelint --syntax less" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 10" ] }