diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-11-04 13:47:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 13:47:50 +0300 |
| commit | eae19bb1b047b3568e7a9a624b50e80886e56331 (patch) | |
| tree | aa3215377fd1a7714e4c5763f9abf9d7dc7def2b /frontend/package.json | |
| parent | fix: remove insert trigger on users, check insert user on login err (#224) (diff) | |
| download | lphub-eae19bb1b047b3568e7a9a624b50e80886e56331.tar.gz lphub-eae19bb1b047b3568e7a9a624b50e80886e56331.tar.bz2 lphub-eae19bb1b047b3568e7a9a624b50e80886e56331.zip | |
feat/frontend: optimizing imports, file extensions (#230)
Co-authored-by: FifthWit <fifthwitbusiness@gmail.com>
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/frontend/package.json b/frontend/package.json index 57c92a7..c317b98 100644 --- a/frontend/package.json +++ b/frontend/package.json | |||
| @@ -21,9 +21,9 @@ | |||
| 21 | "web-vitals": "^2.1.4" | 21 | "web-vitals": "^2.1.4" |
| 22 | }, | 22 | }, |
| 23 | "scripts": { | 23 | "scripts": { |
| 24 | "start": "react-scripts start", | 24 | "start": "craco start", |
| 25 | "build": "react-scripts build", | 25 | "build": "craco build", |
| 26 | "test": "react-scripts test", | 26 | "test": "craco test", |
| 27 | "eject": "react-scripts eject" | 27 | "eject": "react-scripts eject" |
| 28 | }, | 28 | }, |
| 29 | "eslintConfig": { | 29 | "eslintConfig": { |
| @@ -43,5 +43,9 @@ | |||
| 43 | "last 1 firefox version", | 43 | "last 1 firefox version", |
| 44 | "last 1 safari version" | 44 | "last 1 safari version" |
| 45 | ] | 45 | ] |
| 46 | }, | ||
| 47 | "devDependencies": { | ||
| 48 | "@craco/craco": "^7.1.0", | ||
| 49 | "craco-alias": "^3.0.1" | ||
| 46 | } | 50 | } |
| 47 | } | 51 | } |