mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 08:50:49 -06:00
157 lines
4.5 KiB
JSON
157 lines
4.5 KiB
JSON
{
|
|
"name": "identifier",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"dependencies": {
|
|
"@babel/core": "7.8.4",
|
|
"@material-ui/core": "^4.8.0",
|
|
"@material-ui/icons": "^4.5.0",
|
|
"@svgr/webpack": "4.3.3",
|
|
"@typescript-eslint/eslint-plugin": "^2.10.0",
|
|
"@typescript-eslint/parser": "^2.10.0",
|
|
"axios": "^0.19.2",
|
|
"babel-eslint": "10.0.3",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-loader": "8.0.6",
|
|
"babel-plugin-named-asset-import": "^0.3.6",
|
|
"babel-preset-react-app": "^9.1.1",
|
|
"camelcase": "^5.3.1",
|
|
"case-sensitive-paths-webpack-plugin": "2.3.0",
|
|
"classnames": "^2.2.6",
|
|
"css-loader": "3.4.2",
|
|
"dotenv": "8.2.0",
|
|
"dotenv-expand": "5.1.0",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-react-app": "^5.2.0",
|
|
"eslint-loader": "3.0.3",
|
|
"eslint-plugin-flowtype": "4.6.0",
|
|
"eslint-plugin-import": "2.20.0",
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
|
"eslint-plugin-react": "7.18.0",
|
|
"eslint-plugin-react-hooks": "^1.6.1",
|
|
"file-loader": "4.3.0",
|
|
"fs-extra": "^8.1.0",
|
|
"html-webpack-plugin": "4.0.0-beta.11",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"jest": "24.9.0",
|
|
"jest-environment-jsdom-fourteen": "1.0.1",
|
|
"jest-resolve": "24.9.0",
|
|
"jest-watch-typeahead": "0.4.2",
|
|
"kpop": "https://download.kopano.io/community/kapp:/kpop-2.2.0.tgz",
|
|
"mini-css-extract-plugin": "0.9.0",
|
|
"optimize-css-assets-webpack-plugin": "5.0.3",
|
|
"pnp-webpack-plugin": "1.6.0",
|
|
"postcss-flexbugs-fixes": "4.1.0",
|
|
"postcss-loader": "3.0.0",
|
|
"postcss-normalize": "8.0.1",
|
|
"postcss-preset-env": "6.7.0",
|
|
"postcss-safe-parser": "4.0.1",
|
|
"query-string": "^5.0.1",
|
|
"react": "^16.8.0",
|
|
"react-app-polyfill": "^1.0.6",
|
|
"react-dev-utils": "10.0.0",
|
|
"react-dom": "16.13.1",
|
|
"react-intl": "^5.8.6",
|
|
"react-loadable": "^5.3.1",
|
|
"react-redux": "^5.0.6",
|
|
"react-router": "^5.0.0",
|
|
"react-router-dom": "5.0.0",
|
|
"redux": "^3.7.2",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.2.0",
|
|
"render-if": "^0.1.1",
|
|
"resolve": "1.15.0",
|
|
"resolve-url-loader": "3.1.1",
|
|
"sass-loader": "8.0.2",
|
|
"semver": "6.3.0",
|
|
"style-loader": "1.1.3",
|
|
"terser-webpack-plugin": "2.3.4",
|
|
"ts-pnp": "1.1.5",
|
|
"typeface-roboto": "^0.0.54",
|
|
"url-loader": "2.3.0",
|
|
"webpack": "4.41.5",
|
|
"webpack-dev-server": "3.10.1",
|
|
"webpack-manifest-plugin": "2.2.0",
|
|
"workbox-webpack-plugin": "4.3.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node scripts/start.js",
|
|
"build": "node scripts/build.js && rm -f build/service-worker.js",
|
|
"test": "node scripts/test.js --env=jsdom",
|
|
"licenses": "NODE_PATH=./node_modules node ../scripts/js-license-ranger.js",
|
|
"deduplicate": "yarn-deduplicate -s fewer yarn.lock",
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime": "7.0.0-beta.55",
|
|
"eslint": ">=5",
|
|
"eslint-plugin-i18n-text": "^1.0.0",
|
|
"eslint-plugin-jest": "^22.5.1",
|
|
"eslint-plugin-react": "^7.10.0",
|
|
"eslint-plugin-react-intl-format": "^1.1.6",
|
|
"prop-types": "^15.6.2",
|
|
"react-intl-cra": "^0.3.3",
|
|
"react-intl-po": "^2.2.2",
|
|
"source-map-explorer": "^1.8.0",
|
|
"yarn-deduplicate": "^1.1.1"
|
|
},
|
|
"jest": {
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
],
|
|
"collectCoverageFrom": [
|
|
"src/**/*.js"
|
|
],
|
|
"setupFiles": [
|
|
"react-app-polyfill/jsdom"
|
|
],
|
|
"setupFilesAfterEnv": [],
|
|
"testMatch": [
|
|
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
|
|
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
|
|
],
|
|
"testEnvironment": "jest-environment-jsdom-fourteen",
|
|
"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)"
|
|
],
|
|
"modulePaths": [],
|
|
"moduleNameMapper": {
|
|
"^react-native$": "react-native-web",
|
|
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
|
|
},
|
|
"moduleFileExtensions": [
|
|
"web.js",
|
|
"js",
|
|
"web.ts",
|
|
"ts",
|
|
"web.tsx",
|
|
"tsx",
|
|
"json",
|
|
"web.jsx",
|
|
"jsx",
|
|
"node"
|
|
],
|
|
"watchPlugins": [
|
|
"jest-watch-typeahead/filename",
|
|
"jest-watch-typeahead/testname"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"babel": {
|
|
"presets": [
|
|
"react-app"
|
|
]
|
|
}
|
|
}
|