-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
638 additions
and
52,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
SKIP_PREFLIGHT_CHECK=true | ||
REACT_APP_LUNATIC_LOADER_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-append-worker-0.2.4-experimental.js | ||
REACT_APP_LUNATIC_SEARCH_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-searching-worker-0.2.4-experimental.js | ||
REACT_APP_LUNATIC_LABEL_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-label-worker-0.2.4-experimental.js | ||
SKIP_PREFLIGHT_CHECK=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
PUBLIC_URL=__PUBLIC_URL_TO_REPLACE__ | ||
REACT_APP_LUNATIC_LOADER_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-append-worker-0.2.4-experimental.js | ||
REACT_APP_LUNATIC_SEARCH_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-searching-worker-0.2.4-experimental.js | ||
REACT_APP_LUNATIC_LABEL_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-label-worker-0.2.4-experimental.js | ||
PUBLIC_URL=__PUBLIC_URL_TO_REPLACE__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,9 @@ | |
# production | ||
/build | ||
|
||
# Lunatic workers | ||
/public/workers | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "queen-v2", | ||
"version": "1.0.12", | ||
"version": "1.1.2", | ||
"description": "Web application for the management of questionnaires powered by Lunatic", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -12,7 +12,7 @@ | |
"dependencies": { | ||
"@axa-fr/react-oidc-context": "^3.1.6", | ||
"@craco/craco": "^6.4.0", | ||
"@inseefr/lunatic": "^2.6.1", | ||
"@inseefr/lunatic": "^2.7.4", | ||
"@inseefr/trevas": "^0.1.16", | ||
"@material-ui/core": "^4.11.3", | ||
"@material-ui/icons": "^4.11.2", | ||
|
@@ -38,8 +38,10 @@ | |
"workbox-strategies": "^6.1.1" | ||
}, | ||
"scripts": { | ||
"prestart": "npx @inseefr/[email protected] workers", | ||
"start": "cross-env PORT=5002 react-scripts start", | ||
"start-dev": "cross-env PORT=5002 craco start", | ||
"prebuild": "npx @inseefr/[email protected] workers", | ||
"build": "react-scripts build && npm run post-build", | ||
"post-build": "node ./configuration/build/build-sw.js && node ./configuration/build/manage-public-url.js && copy-and-watch configuration/files/* build", | ||
"test": "react-scripts test", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.