123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- {
- "name": "ant-design-pro",
- "version": "4.5.0",
- "private": true,
- "description": "An out-of-box UI solution for enterprise applications",
- "scripts": {
- "analyze": "cross-env ANALYZE=1 umi build",
- "build": "cross-env UMI_ENV=prod umi build",
- "laitin": "cross-env UMI_ENV=laitin umi build",
- "uat": "cross-env UMI_ENV=uat umi build",
- "deploy": "npm run site && npm run gh-pages",
- "dev": "npm run start:dev",
- "fetch:blocks": "pro fetch-blocks && npm run prettier",
- "gh-pages": "gh-pages -d dist",
- "i18n-remove": "pro i18n-remove --locale=zh-CN --write",
- "postinstall": "umi g tmp",
- "lint": "umi g tmp && npm run lint:js && npm run lint:style && npm run lint:prettier",
- "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
- "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style",
- "lint:jsfix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
- "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
- "lint:prettier": "prettier --check \"src/**/*\" --end-of-line auto",
- "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
- "precommit": "lint-staged",
- "prettier": "prettier -c --write \"src/**/*\"",
- "start": "cross-env UMI_ENV=dev umi dev",
- "start:dev": "cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=dev umi dev",
- "start:mock": "cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=mock umi dev",
- "start:no-mock": "cross-env MOCK=none UMI_ENV=dev umi dev",
- "start:no-ui": "cross-env UMI_UI=none UMI_ENV=dev umi dev",
- "start:pre": "cross-env REACT_APP_ENV=pre UMI_ENV=dev umi dev",
- "start:test": "cross-env REACT_APP_ENV=test MOCK=none UMI_ENV=dev umi dev",
- "pretest": "node ./tests/beforeTest",
- "test": "umi test",
- "test:all": "node ./tests/run-tests.js",
- "tpl": "node ./npx/tpl.js",
- "test:component": "umi test ./src/components",
- "tsc": "tsc --noEmit"
- },
- "lint-staged": {
- "**/*.less": "stylelint --syntax less",
- "**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js",
- "**/*.{js,jsx,tsx,ts,less,md,json}": [
- "prettier --write"
- ]
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 10"
- ],
- "dependencies": {
- "@ant-design/icons": "^4.7.0",
- "@ant-design/pro-card": "^1.20.0",
- "@ant-design/pro-form": "^1.65.0",
- "@ant-design/pro-layout": "^6.35.0",
- "@aspnet/signalr": "^1.1.4",
- "@three-ts/orbit-controls": "^1.4.7",
- "@tweenjs/tween.js": "^18.6.4",
- "@types/uuid": "^8.3.4",
- "@umijs/route-utils": "^2.0.5",
- "abp-web-resources": "^5.5.0",
- "antd": "^4.20.1",
- "classnames": "^2.2.6",
- "immutability-helper": "^3.1.1",
- "jquery": "^3.6.0",
- "lodash": "^4.17.11",
- "moment": "^2.29.3",
- "moment-timezone": "^0.5.33",
- "node-sass": "^6.0.1",
- "nprogress": "^0.2.0",
- "omit.js": "^2.0.2",
- "pixi-projection": "0.4.3",
- "pixi.js": "6.3.2",
- "prop-types": "^15.8.1",
- "punycode": "^2.1.1",
- "rc-resize-observer": "^1.2.0",
- "react": "^17.0.0",
- "react-colorful": "^5.5.1",
- "react-dev-inspector": "^1.8.0",
- "react-dnd": "^14.0.2",
- "react-dnd-html5-backend": "^14.0.0",
- "react-dom": "^17.0.0",
- "react-easy-crop": "^4.6.3",
- "react-fast-marquee": "^1.3.2",
- "react-helmet-async": "^1.3.0",
- "react-masonry-component": "^6.3.0",
- "react-pixi-fiber": "^1.0.6",
- "sass-loader": "^12.6.0",
- "shortid": "^2.2.16",
- "swiper": "^6.7.5",
- "three": "^0.132.2",
- "umi": "^3.5.23",
- "umi-request": "^1.4.0",
- "uuid": "^8.3.2"
- },
- "devDependencies": {
- "@ant-design/pro-cli": "^1.0.28",
- "@types/classnames": "^2.2.7",
- "@types/express": "^4.17.13",
- "@types/fastclick": "^1.0.30",
- "@types/history": "^4.7.2",
- "@types/jest": "^26.0.0",
- "@types/jquery": "^3.5.14",
- "@types/lodash": "^4.14.182",
- "@types/nprogress": "^0.2.0",
- "@types/react": "^17.0.0",
- "@types/react-color": "^3.0.6",
- "@types/react-dom": "^17.0.0",
- "@types/react-helmet": "^6.1.5",
- "@types/three": "^0.131.0",
- "@umijs/fabric": "^2.10.2",
- "@umijs/plugin-blocks": "^2.0.5",
- "@umijs/plugin-esbuild": "^1.4.1",
- "@umijs/plugin-sass": "^1.1.1",
- "@umijs/preset-ant-design-pro": "^1.3.3",
- "@umijs/preset-react": "^1.8.22",
- "@umijs/yorkie": "^2.0.3",
- "carlo": "^0.9.46",
- "chalk": "^4.0.0",
- "cross-env": "^7.0.0",
- "cross-port-killer": "^1.4.0",
- "detect-installer": "^1.0.1",
- "enzyme": "^3.11.0",
- "eslint": "^7.1.0",
- "express": "^4.18.0",
- "fastclick": "^1.0.6",
- "gh-pages": "^3.0.0",
- "jsdom-global": "^3.0.2",
- "lint-staged": "^10.0.0",
- "mockjs": "^1.0.1-beta3",
- "prettier": "^2.8.8",
- "puppeteer-core": "^8.0.0",
- "stylelint": "^13.0.0",
- "typescript": "^4.6.4"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "checkFiles": [
- "src/**/*.js*",
- "src/**/*.ts*",
- "src/**/*.less",
- "config/**/*.js*",
- "scripts/**/*.js"
- ]
- }
|