Remove craco since it is no longer used (#1426)

* Remove craco since it is no longer used

* Fix the build
This commit is contained in:
jbirddog 2024-04-22 11:25:32 -04:00 committed by GitHub
parent b4fe793f51
commit 207538d951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1553 additions and 21762 deletions

View File

@ -92,13 +92,16 @@ fe-lint-fix:
fe-logs:
docker logs -f $(FRONTEND_CONTAINER)
fe-npm-clean:
@if [ -d "$(NODE_MODULES_DIR)" ]; then \
rm -rf "$(NODE_MODULES_DIR)"; \
fi
fe-npm-i:
$(IN_FRONTEND) npm i && git checkout -- spiffworkflow-frontend/package-lock.json
fe-npm-rm:
@if [ -d "$(NODE_MODULES_DIR)" ]; then \
rm -rf "$(NODE_MODULES_DIR)"; \
fi
$(IN_FRONTEND) npm rm $(JUST)
fe-sh:
$(IN_FRONTEND) /bin/bash
@ -133,6 +136,6 @@ take-ownership:
start-dev stop-dev \
be-clear-log-file be-logs be-mypy be-poetry-i be-poetry-lock be-poetry-rm \
be-db-clean be-db-migrate be-sh be-sqlite be-tests be-tests-par \
fe-lint-fix fe-logs fe-npm-i fe-npm-rm fe-sh fe-unimported \
fe-lint-fix fe-logs fe-npm-clean fe-npm-i fe-npm-rm fe-sh fe-unimported \
poetry-i poetry-rm pre-commit ruff run-pyl \
take-ownership

View File

@ -4,11 +4,8 @@ module.exports = {
es2021: true,
},
extends: [
'react-app',
'react-app/jest',
'plugin:react/recommended',
'airbnb',
'plugin:jest/recommended',
'plugin:prettier/recommended',
'plugin:sonarjs/recommended',
'plugin:import/errors',

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,6 @@
"bpmn-js-properties-panel": "^1.22.0",
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main",
"cookie": "^0.6.0",
"craco": "^0.0.3",
"date-fns": "^3.6.0",
"diagram-js": "^11.9.1",
"dmn-js": "^16.0.0",