123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- {
- "name": "wtto-fangcom",
- "version": "1.0.1",
- "description": "叮叮房服",
- "private": true,
- "scripts": {
- "presite": "cd functions && npm install",
- "jest": "node jest.js",
- "start": "cross-env APP_TYPE=site umi dev",
- "start:no-mock": "cross-env MOCK=none umi dev",
- "build": "cross-env UMI_ENV=prod umi build",
- "uat": "cross-env UMI_ENV=uat umi build",
- "site": "npm run presite && cross-env APP_TYPE=site npm run build && firebase deploy && npm run docker:push",
- "analyze": "cross-env ANALYZE=1 umi build",
- "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
- "lint-staged": "lint-staged",
- "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
- "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --ignore-pattern '**/*.d.ts' --format=pretty ./src && npm run lint:style",
- "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
- "lint:prettier": "check-prettier lint",
- "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
- "prettier": "prettier -c --write \"**/*\"",
- "tslint": "npm run tslint:fix",
- "tslint:fix": "tslint --fix 'src/**/*.ts*'",
- "test": "umi test",
- "test:component": "umi test ./src/components",
- "test:all": "node ./tests/run-tests.js",
- "sk": "node skylight.js"
- },
- "dependencies": {
- "@antv/data-set": "^0.11.8",
- "@antv/g2plot": "^2.3.15",
- "@aspnet/signalr": "^1.1.4",
- "@tinymce/tinymce-react": "^3.5.0",
- "@types/classnames": "^2.2.11",
- "@types/react-scroll": "^1.8.0",
- "@uiw/react-baidu-map": "^1.17.1",
- "abp-web-resources": "^3.8.4",
- "antd": "^3.26.0",
- "better-scroll": "^2.0.3",
- "bizcharts": "^4.1.9",
- "brace": "^0.11.1",
- "caniuse-lite": "^1.0.30001238",
- "china-location": "^2.1.0",
- "classnames": "^2.2.6",
- "copy-to-clipboard": "^3.3.1",
- "dva": "^2.6.0-beta.16",
- "enquire-js": "^0.2.1",
- "hash.js": "^1.1.5",
- "immutability-helper": "^3.1.1",
- "insert-css": "^2.0.0",
- "js-export-excel": "^1.1.4",
- "lodash": "^4.17.10",
- "lodash-decorators": "^6.0.0",
- "memoize-one": "^5.0.0",
- "moment": "^2.22.2",
- "moment-timezone": "^0.5.25",
- "normalize.css": "^8.0.0",
- "nprogress": "^0.2.0",
- "numeral": "^2.0.6",
- "nzh": "^1.0.4",
- "omit.js": "^1.0.0",
- "path-to-regexp": "^3.0.0",
- "platform": "^1.3.5",
- "prismjs": "^1.14.0",
- "prop-types": "^15.6.2",
- "push.js": "^1.0.9",
- "qs": "^6.6.0",
- "rc-animate": "^2.6.0",
- "rc-dialog": "^7.6.1",
- "rc-dropdown": "^3.0.2",
- "rc-menu": "^8.0.3",
- "rc-notification": "^4.0.0",
- "rc-progress": "^2.5.2",
- "rc-select": "^10.2.1",
- "rc-tabs": "^10.1.1",
- "rc-tooltip": "^4.0.3",
- "react": "^16.7.0",
- "react-ace": "^5.10.0",
- "react-chartjs-2": "^2.9.0",
- "react-color": "^2.14.1",
- "react-container-query": "^0.11.0",
- "react-contextmenu": "^2.10.0",
- "react-copy-to-clipboard": "^5.0.1",
- "react-dnd": "^11.1.3",
- "react-dnd-html5-backend": "^11.1.3",
- "react-document-title": "^2.0.3",
- "react-dom": "^16.7.0",
- "react-fittext": "^1.0.0",
- "react-loading": "^2.0.2",
- "react-media": "^1.9.2",
- "react-radio-buttons": "^1.2.1",
- "react-redux": "^7.2.0",
- "react-router": "^5.1.2",
- "react-router-dom": "^4.3.1",
- "react-scroll": "^1.8.1",
- "react-switch": "^2.3.2",
- "react-viewer": "^2.3.9",
- "recharts": "^1.8.5",
- "redux": "^4.0.1",
- "shortid": "^2.2.15",
- "styled-components": "^4.1.3",
- "umi": "^2.13.0",
- "umi-plugin-antd-icon-config": "^1.0.2",
- "umi-plugin-antd-theme": "^1.0.1",
- "umi-plugin-pro-block": "^1.3.2",
- "umi-plugin-react": "^1.9.5",
- "urijs": "^1.19.2",
- "uuid": "^3.4.0",
- "video-react": "^0.14.1",
- "xlsx": "^0.16.9"
- },
- "devDependencies": {
- "@babel/cli": "^7.2.3",
- "@babel/preset-env": "^7.3.4",
- "@babel/runtime": "^7.2.0",
- "@svgr/webpack": "^5.4.0",
- "@types/better-scroll": "^1.12.2",
- "@types/insert-css": "^2.0.0",
- "@types/lodash": "^4.14.155",
- "@types/qs": "^6.5.3",
- "@types/react": "^16.7.7",
- "@types/react-beautiful-dnd": "^13.0.0",
- "@types/react-dom": "^16.0.10",
- "@types/react-redux": "^7.1.16",
- "@types/shortid": "0.0.29",
- "@types/uuid": "^7.0.2",
- "@umijs/fabric": "^2.0.1",
- "antd-pro-merge-less": "^1.0.0",
- "babel-eslint": "^10.0.1",
- "babel-plugin-import": "^1.11.0",
- "babel-plugin-lodash": "^3.3.4",
- "babel-plugin-prismjs": "^1.0.2",
- "chalk": "^2.4.2",
- "check-prettier": "^1.0.1",
- "compression-webpack-plugin": "^2.0.0",
- "cross-env": "^5.2.0",
- "cross-port-killer": "^1.0.1",
- "enzyme": "3.8.0",
- "gh-pages": "^2.0.1",
- "husky": "^1.3.1",
- "jest-puppeteer": "^3.9.0",
- "less": "^3.13.1",
- "lint-staged": "^10.0.0",
- "lodash-webpack-plugin": "^0.11.5",
- "merge-umi-mock-data": "^1.0.4",
- "mini-css-extract-plugin": "^0.5.0",
- "mockjs": "^1.0.1-beta3",
- "prettier": "^1.19.1",
- "slash2": "^2.0.0",
- "stylelint": "^12.0.0",
- "tslint": "^5.20.1",
- "tslint-config-prettier": "^1.17.0",
- "tslint-react": "^3.6.0",
- "url-loader": "^0.5.7",
- "webpack-ant-icon-loader": "^1.0.8",
- "webpack-dev-server": "^3.4.1"
- },
- "optionalDependencies": {
- "puppeteer": "^1.11.0"
- },
- "husky": {
- "hooks": {
- "pre-commit": ""
- }
- },
- "lint-staged": {
- "**/*.less": "stylelint --syntax less",
- "**/*.{js,jsx,tsx,ts,less,md,json}": [
- "prettier --write",
- "git add"
- ],
- "**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 10"
- ],
- "checkFiles": [
- "src/**/*.js*",
- "src/**/*.ts*",
- "src/**/*.less",
- "config/**/*.js*",
- "scripts/**/*.js"
- ]
- }
|