eehitus-building-project-file-ui 0.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -0
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.LICENSE.txt +9 -0
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.LICENSE.txt +9 -0
- package/dist/index.umd.js +2 -0
- package/dist/index.umd.js.LICENSE.txt +9 -0
- package/dist/l10n/eehitus-building-project-file-ui-combined_translations_en.json +1 -0
- package/dist/l10n/eehitus-building-project-file-ui-combined_translations_et.json +1 -0
- package/dist/l10n/eehitus-building-project-file-ui-combined_translations_ru.json +1 -0
- package/dist/main.css +1 -0
- package/dist/static/media/ak.dfcba293e2e8c288237a85a4f823087c.svg +6 -0
- package/dist/static/media/arrow_down.6220e5a4885b3d8220b156ba0cfe2c07.svg +3 -0
- package/dist/static/media/arrow_up.46b80f22009e4099899b4477c1b0ac49.svg +3 -0
- package/dist/static/media/check_circle.dc750a2af8aca9eb433c166883bbe99c.svg +4 -0
- package/dist/static/media/delete.47af269c4d6503daf5024d1eb416b0cb.svg +3 -0
- package/dist/static/media/download.0334e60198d3d8eed8c72e8702b0e39b.svg +3 -0
- package/dist/static/media/edit.e7f8e441b583cb9380c3048cb9296b88.svg +3 -0
- package/dist/static/media/error_circle.2603215ea0cd250f60da46bf6d2f9e3b.svg +4 -0
- package/dist/static/media/error_filled.421a0ef396d8b16437eb535e9dcd5cd7.svg +3 -0
- package/dist/static/media/lock.fc819f1420d8194c412c6e9555d30ab7.svg +3 -0
- package/dist/static/media/upload.821f5e1a467c8021af41433aa0f0ef0e.svg +3 -0
- package/dist/static/media/warning_circle.1b7b67b715cb51e77763ab8b1a86b8e1.svg +4 -0
- package/dist/types/App.d.ts +3 -0
- package/dist/types/Reducer.d.ts +4 -0
- package/dist/types/__mocks__/fileMock.d.ts +2 -0
- package/dist/types/ehr-minimal-frame/App.d.ts +5 -0
- package/dist/types/ehr-minimal-frame/NavBar/CreatePortal.d.ts +6 -0
- package/dist/types/ehr-minimal-frame/NavBar/NavBar.d.ts +8 -0
- package/dist/types/ehr-minimal-frame/NavBar/NavBarWrapper.d.ts +15 -0
- package/dist/types/ehr-minimal-frame/NavBar/components/ActiveUser.d.ts +5 -0
- package/dist/types/ehr-minimal-frame/NavBar/components/NavBarRight.d.ts +2 -0
- package/dist/types/ehr-minimal-frame/Reducer.d.ts +16 -0
- package/dist/types/ehr-minimal-frame/index.d.ts +1 -0
- package/dist/types/ehr-minimal-frame/types/common-types.d.ts +7 -0
- package/dist/types/ehr-minimal-frame/util/url-constants.d.ts +8 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/indexExport.d.ts +3 -0
- package/dist/types/library/App.d.ts +28 -0
- package/dist/types/library/actions/BaseProjectActions.d.ts +29 -0
- package/dist/types/library/actions/CodeToTextActions.d.ts +20 -0
- package/dist/types/library/actions/EditFileActions.d.ts +50 -0
- package/dist/types/library/actions/FiltersActions.d.ts +34 -0
- package/dist/types/library/actions/PermissionsActions.d.ts +12 -0
- package/dist/types/library/actions/ProjectActions.d.ts +142 -0
- package/dist/types/library/actions/ReplaceFileActions.d.ts +33 -0
- package/dist/types/library/actions/RestrictFilesActions.d.ts +33 -0
- package/dist/types/library/actions/SignActions.d.ts +24 -0
- package/dist/types/library/actions/SignPopupActions.d.ts +53 -0
- package/dist/types/library/actions/UiActions.d.ts +43 -0
- package/dist/types/library/common/Phone.d.ts +13 -0
- package/dist/types/library/components/Alert/Alert.d.ts +10 -0
- package/dist/types/library/components/Alert/AlertContainer.d.ts +7 -0
- package/dist/types/library/components/Alert/index.d.ts +1 -0
- package/dist/types/library/components/CodeToTexts/GrupiMarksona/GrupiMarksona.d.ts +6 -0
- package/dist/types/library/components/CodeToTexts/GrupiMarksona/index.d.ts +1 -0
- package/dist/types/library/components/CodeToTexts/Grupp/Grupp.d.ts +7 -0
- package/dist/types/library/components/CodeToTexts/Grupp/index.d.ts +1 -0
- package/dist/types/library/components/CodeToTexts/ProjektiOsa/ProjektiOsa.d.ts +6 -0
- package/dist/types/library/components/CodeToTexts/ProjektiOsa/index.d.ts +1 -0
- package/dist/types/library/components/CodeToTexts/ProjektiStaadium/ProjektiStaadium.d.ts +6 -0
- package/dist/types/library/components/CodeToTexts/ProjektiStaadium/index.d.ts +1 -0
- package/dist/types/library/components/CodeToTexts/TemplateCodeToText/TemplateCodeToText.d.ts +20 -0
- package/dist/types/library/components/CodeToTexts/TemplateCodeToText/TemplateCodeToTextContainer.d.ts +14 -0
- package/dist/types/library/components/CodeToTexts/TemplateCodeToText/index.d.ts +1 -0
- package/dist/types/library/components/CodeToTexts/index.d.ts +4 -0
- package/dist/types/library/components/Filters/Filters.d.ts +19 -0
- package/dist/types/library/components/Filters/FiltersContainer.d.ts +7 -0
- package/dist/types/library/components/Filters/index.d.ts +1 -0
- package/dist/types/library/components/Input/Input.d.ts +7 -0
- package/dist/types/library/components/Input/index.d.ts +1 -0
- package/dist/types/library/components/Main/Main.d.ts +21 -0
- package/dist/types/library/components/Main/MainContainer.d.ts +9 -0
- package/dist/types/library/components/Main/index.d.ts +1 -0
- package/dist/types/library/components/PaginatedTable/PaginatedTable.d.ts +35 -0
- package/dist/types/library/components/PaginatedTable/PaginatedTableContainer.d.ts +7 -0
- package/dist/types/library/components/PaginatedTable/RestrictedMessage/RestrictedMessage.d.ts +9 -0
- package/dist/types/library/components/PaginatedTable/RestrictedMessage/index.d.ts +1 -0
- package/dist/types/library/components/PaginatedTable/SortableRow/SortableRow.d.ts +11 -0
- package/dist/types/library/components/PaginatedTable/SortableRow/index.d.ts +1 -0
- package/dist/types/library/components/PaginatedTable/index.d.ts +1 -0
- package/dist/types/library/components/PopupEditFile/PopupEditFile.d.ts +23 -0
- package/dist/types/library/components/PopupEditFile/PopupEditFileContainer.d.ts +7 -0
- package/dist/types/library/components/PopupEditFile/PopupEditFileError.d.ts +7 -0
- package/dist/types/library/components/PopupEditFile/index.d.ts +1 -0
- package/dist/types/library/components/PopupMakeConfidential/PopupMakeConfidential.d.ts +9 -0
- package/dist/types/library/components/PopupMakeConfidential/PopupMakeConfidentialContainer.d.ts +7 -0
- package/dist/types/library/components/PopupMakeConfidential/index.d.ts +1 -0
- package/dist/types/library/components/PopupModal/PopupModal.d.ts +20 -0
- package/dist/types/library/components/PopupModal/PopupModalContainer.d.ts +9 -0
- package/dist/types/library/components/PopupModal/index.d.ts +1 -0
- package/dist/types/library/components/PopupReleaseAccess/PopupReleaseAccess.d.ts +14 -0
- package/dist/types/library/components/PopupReleaseAccess/PopupReleaseAccessContainer.d.ts +7 -0
- package/dist/types/library/components/PopupReleaseAccess/index.d.ts +1 -0
- package/dist/types/library/components/PopupReplaceFile/PopupReplaceFile.d.ts +12 -0
- package/dist/types/library/components/PopupReplaceFile/PopupReplaceFileContainer.d.ts +7 -0
- package/dist/types/library/components/PopupReplaceFile/index.d.ts +1 -0
- package/dist/types/library/components/PopupRestrictAccess/PopupRestrictAccess.d.ts +14 -0
- package/dist/types/library/components/PopupRestrictAccess/PopupRestrictAccessContainer.d.ts +7 -0
- package/dist/types/library/components/PopupRestrictAccess/index.d.ts +1 -0
- package/dist/types/library/components/PopupSignDocumentsList/PopupSignDocumentsList.d.ts +20 -0
- package/dist/types/library/components/PopupSignDocumentsList/PopupSignDocumentsListContainer.d.ts +7 -0
- package/dist/types/library/components/PopupSignDocumentsList/index.d.ts +1 -0
- package/dist/types/library/components/ProjectCreator/ProjectCreator.d.ts +26 -0
- package/dist/types/library/components/ProjectCreator/ProjectCreatorContainer.d.ts +7 -0
- package/dist/types/library/components/ProjectCreator/index.d.ts +1 -0
- package/dist/types/library/components/ProjectCreator/steps/CreationLegacy.d.ts +11 -0
- package/dist/types/library/components/ProjectCreator/steps/CreationStep1.d.ts +14 -0
- package/dist/types/library/components/ProjectTypeFilter/ProjectTypeFilter.d.ts +10 -0
- package/dist/types/library/components/ProjectTypeFilter/ProjectTypeFilterContainer.d.ts +1 -0
- package/dist/types/library/components/ProjectTypeFilter/index.d.ts +1 -0
- package/dist/types/library/components/SignPopup/SignPopup.d.ts +18 -0
- package/dist/types/library/components/SignPopup/SignPopupContainer.d.ts +7 -0
- package/dist/types/library/components/SignPopup/index.d.ts +1 -0
- package/dist/types/library/components/SimpleTable/SimpleTable.d.ts +8 -0
- package/dist/types/library/components/SimpleTable/index.d.ts +1 -0
- package/dist/types/library/components/TableFooter/TableFooter.d.ts +36 -0
- package/dist/types/library/components/TableFooter/TableFooter.test.d.ts +1 -0
- package/dist/types/library/components/TableFooter/TableFooterContainer.d.ts +8 -0
- package/dist/types/library/components/TableFooter/index.d.ts +1 -0
- package/dist/types/library/components/helpers/generateId.d.ts +1 -0
- package/dist/types/library/components/helpers/printDate.d.ts +2 -0
- package/dist/types/library/components/utils/test-utils.d.ts +9 -0
- package/dist/types/library/configureStore.d.ts +17 -0
- package/dist/types/library/featureFlags.d.ts +7 -0
- package/dist/types/library/helpers/RegString.d.ts +3 -0
- package/dist/types/library/helpers/errorHandler.d.ts +3 -0
- package/dist/types/library/helpers/fileDownload.d.ts +2 -0
- package/dist/types/library/helpers/index.d.ts +3 -0
- package/dist/types/library/hooks.d.ts +17 -0
- package/dist/types/library/reducers/baseProjectReducer.d.ts +15 -0
- package/dist/types/library/reducers/codeToTextReducer.d.ts +14 -0
- package/dist/types/library/reducers/editFileReducer.d.ts +32 -0
- package/dist/types/library/reducers/filtersReducer.d.ts +12 -0
- package/dist/types/library/reducers/index.d.ts +51 -0
- package/dist/types/library/reducers/permissionsReducer.d.ts +16 -0
- package/dist/types/library/reducers/projectReducer.d.ts +64 -0
- package/dist/types/library/reducers/replaceFileReducer.d.ts +7 -0
- package/dist/types/library/reducers/restrictFilesReducer.d.ts +7 -0
- package/dist/types/library/reducers/signPopupReducer.d.ts +16 -0
- package/dist/types/library/reducers/signReducer.d.ts +13 -0
- package/dist/types/library/reducers/uiReducer.d.ts +35 -0
- package/dist/types/mocks/storeMocks.d.ts +25 -0
- package/dist/types/rbac-rules.d.ts +57 -0
- package/dist/types/setupProxy.d.ts +2 -0
- package/dist/types/setupTests.d.ts +1 -0
- package/package.json +219 -0
package/package.json
ADDED
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "eehitus-building-project-file-ui",
|
|
3
|
+
"version": "0.13.3",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "./dist/index.cjs.js",
|
|
6
|
+
"module": "./dist/index.esm.js",
|
|
7
|
+
"umd:main": "./dist/index.umd.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/index.esm.js",
|
|
11
|
+
"require": "./dist/index.cjs.js"
|
|
12
|
+
},
|
|
13
|
+
"./dist/l10n/*": "./dist/l10n/*"
|
|
14
|
+
},
|
|
15
|
+
"types": "./dist/types/indexExport.d.ts",
|
|
16
|
+
"files": [
|
|
17
|
+
"./dist"
|
|
18
|
+
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"start": "cross-env ESLINT_NO_DEV_ERRORS=true PORT=3000 NODE_ENV=development GENERATE_SOURCEMAP=true FAST_REFRESH=true webpackEnv=development node scripts/start.cjs",
|
|
21
|
+
"build-webpack": "cross-env DISABLE_ESLINT_PLUGIN=true NODE_OPTIONS='--max_old_space_size=8192' GENERATE_SOURCEMAP=true node scripts/build.cjs",
|
|
22
|
+
"cibuild": "rm -rf dist && npm run build:ci && npm run build:types",
|
|
23
|
+
"cibuild:debug": "cross-env DEBUG=true npm run cibuild",
|
|
24
|
+
"build:ci": "cross-env DISABLE_ESLINT_PLUGIN=true NODE_ENV=production webpack --config config/webpackLib.config.cjs --mode production",
|
|
25
|
+
"build:types": "tsc --project tsconfig.lib.json",
|
|
26
|
+
"prepare": "husky install",
|
|
27
|
+
"test": "jest --config config/jest/jest.config.cjs --watchAll",
|
|
28
|
+
"test:coverage": "jest --config config/jest/jest.config.cjs --coverage --watchAll",
|
|
29
|
+
"eslint": "eslint",
|
|
30
|
+
"lint": "npx prettier 'src/**/*.{js,ts,tsx,json}' --write",
|
|
31
|
+
"test:no-watch": "jest --config config/jest/jest.config.cjs --watchAll=false "
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@tehik-ee/tedi-design-system": "^11.0.0",
|
|
35
|
+
"keycloak-js": "23.0.2",
|
|
36
|
+
"react": "18.2.0",
|
|
37
|
+
"react-dom": "18.2.0",
|
|
38
|
+
"react-intl": "5.4.5",
|
|
39
|
+
"react-router-dom": "5.3.4",
|
|
40
|
+
"@types/react": "18.2.0",
|
|
41
|
+
"react-error-overlay": "6.0.9",
|
|
42
|
+
"timers-browserify": "^2.0.12",
|
|
43
|
+
"react-redux": "8.0.1",
|
|
44
|
+
"redux": "^4.1.2",
|
|
45
|
+
"ehr-components": "0.3.19",
|
|
46
|
+
"mkm-react-map": "^0.0.73",
|
|
47
|
+
"reactstrap": "^8.5.1",
|
|
48
|
+
"axios": "1.7.8",
|
|
49
|
+
"ehr-auth-react": "^1.0.0"
|
|
50
|
+
},
|
|
51
|
+
"resolutions": {
|
|
52
|
+
"@tehik-ee/tedi-design-system": "^11.0.0",
|
|
53
|
+
"keycloak-js": "23.0.2",
|
|
54
|
+
"react": "18.2.0",
|
|
55
|
+
"react-dom": "18.2.0",
|
|
56
|
+
"react-intl": "5.4.5",
|
|
57
|
+
"react-router-dom": "5.3.4",
|
|
58
|
+
"@types/react": "18.2.0",
|
|
59
|
+
"react-error-overlay": "6.0.9",
|
|
60
|
+
"react-redux": "8.0.1",
|
|
61
|
+
"redux": "^4.1.2",
|
|
62
|
+
"ehr-components": "0.3.19",
|
|
63
|
+
"mkm-react-map": "^0.0.73",
|
|
64
|
+
"reactstrap": "^8.5.1"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@tehik-ee/tedi-design-system": "^11.0.0",
|
|
68
|
+
"keycloak-js": "23.0.2",
|
|
69
|
+
"react": "18.2.0",
|
|
70
|
+
"react-dom": "18.2.0",
|
|
71
|
+
"react-intl": "5.4.5",
|
|
72
|
+
"react-router-dom": "5.3.4",
|
|
73
|
+
"@types/react": "18.2.0",
|
|
74
|
+
"@types/react-dom": "18.2.0",
|
|
75
|
+
"@types/react-redux": "7.1.25",
|
|
76
|
+
"@types/react-router-dom": "5.3.3",
|
|
77
|
+
"@types/babel__traverse": "7.20.6",
|
|
78
|
+
"react-error-overlay": "6.0.9",
|
|
79
|
+
"redux": "^4.1.2",
|
|
80
|
+
"ehr-components": "0.3.19",
|
|
81
|
+
"mkm-react-map": "^0.0.73",
|
|
82
|
+
"reactstrap": "^8.5.1",
|
|
83
|
+
"@eslint/eslintrc": "^3.2.0",
|
|
84
|
+
"@eslint/js": "^9.15.0",
|
|
85
|
+
"@babel/cli": "^7.26.4",
|
|
86
|
+
"@babel/core": "^7.26.9",
|
|
87
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
88
|
+
"@babel/traverse": "^7.26.9",
|
|
89
|
+
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
|
|
90
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
91
|
+
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
|
|
92
|
+
"@babel/plugin-transform-reserved-words": "^7.22.5",
|
|
93
|
+
"@babel/preset-react": "^7.22.15",
|
|
94
|
+
"@babel/preset-typescript": "^7.23.2",
|
|
95
|
+
"@types/node": "^18.19.3",
|
|
96
|
+
"@types/redux-mock-store": "^1.5.0",
|
|
97
|
+
"eslint": "^9.15.0",
|
|
98
|
+
"buffer": "^6.0.3",
|
|
99
|
+
"timers-browserify": "^2.0.12",
|
|
100
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
101
|
+
"eslint-config-prettier": "^9.1.0",
|
|
102
|
+
"eslint-config-react-app": "^7.0.1",
|
|
103
|
+
"eslint-import-resolver-typescript": "^3.8.3",
|
|
104
|
+
"eslint-plugin-diff": "^2.0.3",
|
|
105
|
+
"eslint-plugin-import": "^2.31.0",
|
|
106
|
+
"eslint-plugin-jest": "^28.11.0",
|
|
107
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
108
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
109
|
+
"eslint-plugin-react": "^7.37.2",
|
|
110
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
111
|
+
"globals": "^15.12.0",
|
|
112
|
+
"husky": "^8.0.3",
|
|
113
|
+
"cross-env": "^7.0.3",
|
|
114
|
+
"babel-jest": "^29.7.0",
|
|
115
|
+
"babel-loader": "^10.0.0",
|
|
116
|
+
"babel-plugin-named-asset-import": "^0.3.8",
|
|
117
|
+
"babel-preset-react-app": "^10.1.0",
|
|
118
|
+
"lint-staged": "^13.2.3",
|
|
119
|
+
"postcss": "^8.4.4",
|
|
120
|
+
"prettier": "^3.0.0",
|
|
121
|
+
"sass": "1.32.4",
|
|
122
|
+
"@testing-library/react-hooks": "^8.0.1",
|
|
123
|
+
"@testing-library/user-event": "^14.5.1",
|
|
124
|
+
"@testing-library/dom": "^10.4.0",
|
|
125
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
126
|
+
"@testing-library/react": "^16.0.1",
|
|
127
|
+
"@types/jest": "^29.5.14",
|
|
128
|
+
"axios": "1.7.8",
|
|
129
|
+
"ehr-auth-react": "^1.0.0",
|
|
130
|
+
|
|
131
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
132
|
+
"@reduxjs/toolkit": "^1.4.0",
|
|
133
|
+
"@svgr/webpack": "^5.5.0",
|
|
134
|
+
"base64-js": "^1.5.1",
|
|
135
|
+
"bfj": "^7.0.2",
|
|
136
|
+
"browserslist": "^4.18.1",
|
|
137
|
+
"camelcase": "^6.2.1",
|
|
138
|
+
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
139
|
+
"css-loader": "^6.5.1",
|
|
140
|
+
"css-minimizer-webpack-plugin": "^3.2.0",
|
|
141
|
+
"dotenv": "^10.0.0",
|
|
142
|
+
"dotenv-expand": "^5.1.0",
|
|
143
|
+
"file-loader": "^6.2.0",
|
|
144
|
+
"fs-extra": "^10.0.0",
|
|
145
|
+
"html-webpack-plugin": "^5.5.0",
|
|
146
|
+
"http-proxy-middleware": "^2.0.1",
|
|
147
|
+
"hwcrypto-js": "0.0.13",
|
|
148
|
+
"identity-obj-proxy": "^3.0.0",
|
|
149
|
+
"jest": "^29.7.0",
|
|
150
|
+
"jest-mock-axios": "^4.8.0",
|
|
151
|
+
"jest-resolve": "^29.7.0",
|
|
152
|
+
"jest-watch-typeahead": "^2.2.2",
|
|
153
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
154
|
+
"mini-css-extract-plugin": "^2.4.5",
|
|
155
|
+
"postcss-flexbugs-fixes": "^5.0.2",
|
|
156
|
+
"postcss-loader": "^6.2.1",
|
|
157
|
+
"postcss-normalize": "^10.0.1",
|
|
158
|
+
"postcss-preset-env": "^7.0.1",
|
|
159
|
+
"prompts": "^2.4.2",
|
|
160
|
+
"react-app-polyfill": "^3.0.0",
|
|
161
|
+
"react-dev-utils": "^12.0.1",
|
|
162
|
+
"react-refresh": "^0.11.0",
|
|
163
|
+
"redux-logger": "^3.0.6",
|
|
164
|
+
"redux-thunk": "^2.3.0",
|
|
165
|
+
"react-redux": "^8.0.1",
|
|
166
|
+
"resolve": "^1.20.0",
|
|
167
|
+
"resolve-url-loader": "^4.0.0",
|
|
168
|
+
"sass-loader": "^12.3.0",
|
|
169
|
+
"semver": "^7.3.5",
|
|
170
|
+
"source-map-loader": "^3.0.0",
|
|
171
|
+
"style-loader": "^3.3.1",
|
|
172
|
+
"tailwindcss": "^3.0.2",
|
|
173
|
+
"terser-webpack-plugin": "^5.2.5",
|
|
174
|
+
"typescript": "5.0.4",
|
|
175
|
+
"typescript-eslint": "^8.16.0",
|
|
176
|
+
"ts-jest": "^29.2.5",
|
|
177
|
+
"webpack": "^5.64.4",
|
|
178
|
+
"webpack-dev-server": "^4.6.0",
|
|
179
|
+
"webpack-manifest-plugin": "^4.0.2",
|
|
180
|
+
"workbox-webpack-plugin": "^6.4.1",
|
|
181
|
+
"circular-dependency-plugin": "^5.2.2",
|
|
182
|
+
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
183
|
+
"querystring-es3": "^0.2.1",
|
|
184
|
+
"webpack-cli": "^5.1.4",
|
|
185
|
+
"webpack-bundle-analyzer": "^4.10.2",
|
|
186
|
+
"merge-jsons-webpack-plugin": "^2.0.1",
|
|
187
|
+
"redux-mock-store": "^1.5.4"
|
|
188
|
+
},
|
|
189
|
+
"husky": {
|
|
190
|
+
"hooks": {
|
|
191
|
+
"pre-commit": "lint-staged"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"lint-staged": {
|
|
195
|
+
"**/*.{js,ts,tsx,json}": [
|
|
196
|
+
"prettier --write"
|
|
197
|
+
],
|
|
198
|
+
"**/*.{js,ts,tsx}": [
|
|
199
|
+
"eslint"
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
"browserslist": {
|
|
203
|
+
"production": [
|
|
204
|
+
">0.2%",
|
|
205
|
+
"not dead",
|
|
206
|
+
"not op_mini all"
|
|
207
|
+
],
|
|
208
|
+
"development": [
|
|
209
|
+
"last 1 chrome version",
|
|
210
|
+
"last 1 firefox version",
|
|
211
|
+
"last 1 safari version"
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
"babel": {
|
|
215
|
+
"presets": [
|
|
216
|
+
"react-app"
|
|
217
|
+
]
|
|
218
|
+
}
|
|
219
|
+
}
|