{ "name": "comty-development", "version": "0.1.1", "description": "", "main": "index.js", "author": "", "license": "ISC", "dependencies": { "@ant-design/pro-layout": "^4.9.11", "@lingui/react": "^2.9.0", "ant-design-pro": "^2.3.2", "antd": "^3.26.3", "autoprefixer": "7.1.6", "axios": "^0.18.0", "babel-core": "7.0.0-bridge.0", "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", "chart.js": "^2.9.3", "classnames": "^2.2.6", "concurrently": "^5.0.2", "cryptr": "^4.0.2", "dns": "^0.2.2", "dotenv": "^8.2.0", "draftjs-to-html": "^0.8.4", "draftjs-to-markdown": "^0.5.1", "dva-model-extend": "^0.1.2", "enquire-js": "^0.2.1", "highcharts-exporting": "^0.1.7", "highcharts-more": "^0.1.7", "immutability-helper": "^3.0.1", "is-empty": "^1.2.0", "jquery": "^3.4.1", "js-cookie": "^2.2.1", "json-format": "^1.0.1", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15", "md5": "^2.2.1", "moment": "^2.24.0", "node-sass": "^4.13.1", "nprogress": "^0.2.0", "os-utils": "0.0.14", "passport": "^0.4.1", "passport-auth0": "^1.3.1", "passport-jwt": "^4.0.0", "path-to-regexp": "^2.4.0", "prop-types": "^15.7.0", "qs": "^6.9.0", "radium": "^0.26.0", "rc-tween-one": "^2.6.8", "react-animations": "^1.0.0", "react-bootstrap": "^0.32.4", "react-chartjs": "^1.2.0", "react-chat-elements": "^10.1.1", "react-countup": "^4.3.0", "react-dazzle": "^1.4.0", "react-detect-offline": "^2.4.0", "react-draft-wysiwyg": "^1.14.1", "react-fullscreen-crossbrowser": "^1.0.9", "react-helmet": "^5.2.0", "react-highcharts": "^16.1.0", "react-iframe": "^1.8.0", "react-modal": "^3.11.1", "react-new-window": "^0.1.2", "react-notifications": "^1.4.3", "react-perfect-scrollbar": "^1.4.2", "react-plyr": "^2.2.0", "react-responsive": "^8.0.1", "react-router": "^5.1.2", "react-scripts": "2.1.1", "react-select-country-list": "^2.0.1", "react-server-status": "^1.1.1", "react-sound": "^1.2.0", "recompose": "^0.30.0", "simple-oauth2": "^3.1.0", "socket.io-client": "^2.1.1", "store": "^2.0.12", "stripe": "^7.14.0", "ts-cookies": "^1.0.0", "uifx": "^1.0.8", "umi-plugin-datahub": "^3.2.1", "universal-cookie": "^4.0.2", "validator": "^12.1.0", "websocket": "^1.0.31" }, "devDependencies": { "electron-builder": "^20.43.0", "electron-devtools-installer": "^2.2.4", "electron-reload": "^1.4.0", "rimraf": "^2.6.3", "wait-on": "^3.2.0", "@lingui/babel-preset-react": "^2.9.0", "@lingui/cli": "^2.9.0", "@lingui/loader": "^2.9.0", "@types/react": "^16.9.16", "babel-eslint": "^10.0.3", "babel-plugin-dev-expression": "^0.2.2", "babel-plugin-import": "^1.13.0", "babel-plugin-macros": "^2.8.0", "babel-plugin-module-resolver": "^3.2.0", "cross-env": "^5.2.1", "electron": "^7.1.8", "eslint": "^5.15.0", "eslint-config-react-app": "^3.0.5", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-import": "^2.19.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.17.0", "husky": "^1.3.0", "less-vars-to-js": "^1.3.0", "lint-staged": "^8.1.0", "mockjs": "^1.1.0", "module": "^1.2.5", "now": "^16.7.0", "prettier": "^1.16.0", "stylelint": "^9.10.0", "stylelint-config-prettier": "^5.3.0", "stylelint-config-standard": "^18.2.0", "typescript": "^3.7.3", "umi": "^2.12.7", "umi-plugin-react": "^1.14.10" }, "lingui": { "fallbackLocale": "en", "sourceLocale": "en", "localeDir": "src/locales", "srcPathDirs": [ "src/pages", "src/layouts", "src/components", "src/layouts" ], "format": "minimal", "extractBabelOptions": { "presets": [ "umi/babel" ] } }, "scripts": { "app-dev": "concurrently \"npm run start\" \"wait-on http://localhost:8000 && npm run electron-dev\"", "electron-dev": "cross-env NODE_ENV=development electron .", "tsc:w": "tsc -w", "analyze": "cross-env ANALYZE=1 umi build", "build": "umi build", "start": "umi dev", "test": "cross-env BABELRC=none umi test", "prettier": "prettier --write 'src/**/*.{js,less}'", "add-locale": "lingui add-locale", "extract": "lingui extract", "trans": "lingui extract --clean && node ./scripts/translate.js" } }