comty/package.json
2020-02-17 19:58:27 +01:00

130 lines
3.7 KiB
JSON

{
"name": "comty-development",
"title": "Comty™",
"DevBuild": true,
"version": "0.1.17",
"description": "",
"main": "index.js",
"author": "RageStudio",
"license": "ISC",
"dependencies": {
"@ant-design/pro-layout": "^4.10.13",
"@lingui/react": "^2.9.1",
"ant-design-pro": "^2.3.2",
"antd": "^3.26.9",
"autoprefixer": "9.7.4",
"axios": "^0.19.2",
"babel-core": "7.0.0-bridge.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"concurrently": "^5.1.0",
"cryptr": "^6.0.1",
"dotenv": "^8.2.0",
"dva-model-extend": "^0.1.2",
"enquire-js": "^0.2.1",
"immutability-helper": "^3.0.1",
"is-empty": "^1.2.0",
"jquery": "^3.4.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.2",
"passport-jwt": "^4.0.0",
"path-to-regexp": "^6.1.0",
"prop-types": "^15.7.2",
"qs": "^6.9.1",
"radium": "^0.26.0",
"rc-tween-one": "^2.6.8",
"react-animations": "^1.0.0",
"react-dazzle": "^1.4.0",
"react-fullscreen-crossbrowser": "^1.0.9",
"react-helmet": "^5.2.1",
"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.5.8",
"react-responsive": "^8.0.3",
"react-router": "^5.1.2",
"react-scripts": "^3.3.1",
"react-select-country-list": "^2.1.2",
"react-sound": "^1.2.0",
"recompose": "^0.30.0",
"store": "^2.0.12",
"ts-cookies": "^1.0.0",
"umi-plugin-datahub": "^4.1.0",
"validator": "^12.2.0"
},
"devDependencies": {
"@lingui/babel-preset-react": "^2.9.1",
"@lingui/cli": "^2.9.1",
"@lingui/loader": "^2.9.1",
"@types/react": "^16.9.19",
"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": "^4.0.0",
"cross-env": "^7.0.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"husky": "^4.2.3",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^10.0.7",
"mockjs": "^1.1.0",
"module": "^1.2.5",
"now": "^17.0.3",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"stylelint": "^13.1.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"typescript": "^3.7.5",
"umi": "^2.13.3",
"umi-plugin-react": "^1.15.2",
"wait-on": "^4.0.0",
"workbox-webpack-plugin": "^5.0.0"
},
"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"
}
}