mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 09:52:23 -06:00
* Sort out dependencies in accounts, idp, settings, reorder package files, bump ODS to v11.0.0 * Update web to v4.4.0, update release docs for accounts, settings, web * Remove redundant pull-always & bump Ubuntu img 16->20 in CI config * Switch to frozen lockfiles for yarn install in CI * Update expected failures file with web's current state
155 lines
4.4 KiB
JSON
155 lines
4.4 KiB
JSON
{
|
|
"name": "identifier",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"scripts": {
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"build": "node scripts/build.js && rm -f build/service-worker.js",
|
|
"deduplicate": "yarn-deduplicate -s fewer yarn.lock",
|
|
"licenses": "NODE_PATH=./node_modules node ../scripts/js-license-ranger.js",
|
|
"start": "node scripts/start.js",
|
|
"test": "node scripts/test.js --env=jsdom"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.js"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"web.js",
|
|
"js",
|
|
"web.ts",
|
|
"ts",
|
|
"web.tsx",
|
|
"tsx",
|
|
"json",
|
|
"web.jsx",
|
|
"jsx",
|
|
"node"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^react-native$": "react-native-web",
|
|
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
|
|
},
|
|
"modulePaths": [],
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
],
|
|
"setupFiles": [
|
|
"react-app-polyfill/jsdom"
|
|
],
|
|
"setupFilesAfterEnv": [],
|
|
"testEnvironment": "jest-environment-jsdom-fourteen",
|
|
"testMatch": [
|
|
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
|
|
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
|
|
],
|
|
"transform": {
|
|
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
|
|
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
|
|
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"node_modules/?!(kpop)"
|
|
],
|
|
"watchPlugins": [
|
|
"jest-watch-typeahead/filename",
|
|
"jest-watch-typeahead/testname"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.15.5",
|
|
"@material-ui/core": "^4.8.0",
|
|
"@material-ui/icons": "^4.5.0",
|
|
"axios": "^0.21.1",
|
|
"classnames": "^2.3.1",
|
|
"dotenv": "10.0.0",
|
|
"dotenv-expand": "5.1.0",
|
|
"file-loader": "6.2.0",
|
|
"fs-extra": "^9.1.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"kpop": "https://download.kopano.io/community/kapp:/kpop-2.2.0.tgz",
|
|
"query-string": "^6.14.1",
|
|
"react": "^17.0.1",
|
|
"react-app-polyfill": "^2.0.0",
|
|
"react-dom": "17.0.1",
|
|
"react-intl": "^5.20.6",
|
|
"react-loadable": "^5.3.1",
|
|
"react-redux": "^7.2.4",
|
|
"react-router": "^5.0.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"redux": "^4.0.5",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.2.0",
|
|
"render-if": "^0.1.1",
|
|
"semver": "7.3.4",
|
|
"typeface-roboto": "^1.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime": "7.13.10",
|
|
"@svgr/webpack": "5.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.17.0",
|
|
"@typescript-eslint/parser": "^4.32.0",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-jest": "^26.6.3",
|
|
"babel-loader": "8.2.2",
|
|
"babel-plugin-named-asset-import": "^0.3.6",
|
|
"babel-preset-react-app": "^10.0.0",
|
|
"camelcase": "^6.2.0",
|
|
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
|
"css-loader": "5.2.6",
|
|
"eslint": "^7.21.0",
|
|
"eslint-config-react-app": "^6.0.0",
|
|
"eslint-loader": "4.0.2",
|
|
"eslint-plugin-flowtype": "5.7.2",
|
|
"eslint-plugin-i18n-text": "^1.0.0",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jest": "^24.2.1",
|
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
|
"eslint-plugin-react": "7.22.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-plugin-react-intl-format": "^1.1.6",
|
|
"html-webpack-plugin": "4.5.2",
|
|
"jest": "26.6.3",
|
|
"jest-environment-jsdom-fourteen": "1.0.1",
|
|
"jest-resolve": "27.2.2",
|
|
"jest-watch-typeahead": "0.6.1",
|
|
"mini-css-extract-plugin": "1.3.9",
|
|
"optimize-css-assets-webpack-plugin": "5.0.4",
|
|
"pnp-webpack-plugin": "1.6.4",
|
|
"postcss-flexbugs-fixes": "4.1.0",
|
|
"postcss-loader": "3.0.0",
|
|
"postcss-normalize": "9.0.0",
|
|
"postcss-preset-env": "6.7.0",
|
|
"postcss-safe-parser": "5.0.2",
|
|
"prop-types": "^15.6.2",
|
|
"react-dev-utils": "11.0.4",
|
|
"react-intl-cra": "^0.3.3",
|
|
"react-intl-po": "^2.2.2",
|
|
"resolve": "1.20.0",
|
|
"resolve-url-loader": "^3.1.2",
|
|
"sass-loader": "11.0.1",
|
|
"source-map-explorer": "^2.5.2",
|
|
"style-loader": "2.0.0",
|
|
"terser-webpack-plugin": "4.2.3",
|
|
"ts-pnp": "1.2.0",
|
|
"url-loader": "4.1.1",
|
|
"webpack": "4.46.0",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-manifest-plugin": "3.1.0",
|
|
"workbox-webpack-plugin": "4.3.1",
|
|
"yarn-deduplicate": "^3.1.0"
|
|
}
|
|
}
|